mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
iio: adc: max14001: add missing 'select REGMAP' to Kconfig
The Kconfig entry for the MAX14001 is missing a 'select REGMAP',
causing build failures.
Fixes: 59795109fa ("iio: adc: max14001: New driver")
Cc: stable@vger.kernel.org
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
This commit is contained in:
parent
947f107907
commit
b7c969d0d4
|
|
@ -1076,6 +1076,7 @@ config MAX1363
|
|||
config MAX14001
|
||||
tristate "Analog Devices MAX14001/MAX14002 ADC driver"
|
||||
depends on SPI
|
||||
select REGMAP
|
||||
help
|
||||
Say yes here to build support for Analog Devices MAX14001/MAX14002
|
||||
Configurable, Isolated 10-bit ADCs for Multi-Range Binary Inputs.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user