mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
iio: adc: max34408: add missing 'select REGMAP_I2C' to Kconfig
The Kconfig entry for the MAX34408 is missing a 'select REGMAP_I2C',
causing build failures.
Fixes: cf27775838 ("iio: adc: Add driver support for MAX34408/9")
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
3585cfd456
commit
947f107907
|
|
@ -1086,6 +1086,7 @@ config MAX14001
|
|||
config MAX34408
|
||||
tristate "Maxim max34408/max344089 ADC driver"
|
||||
depends on I2C
|
||||
select REGMAP_I2C
|
||||
help
|
||||
Say yes here to build support for Maxim max34408/max34409 current sense
|
||||
monitor with 8-bits ADC interface with overcurrent delay/threshold and
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user