mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
iio: light: al3000a: add missing REGMAP_I2C to Kconfig
The KConfig entry for the al3000a is missing a `select REGMAP_I2C`,
causing build failures.
Fixes: d531b9f789 ("iio: light: Add support for AL3000a illuminance sensor")
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: David Heidelberg <david@ixit.cz>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
55052184ac
commit
a2d30022b7
|
|
@ -45,6 +45,7 @@ config ADUX1020
|
|||
|
||||
config AL3000A
|
||||
tristate "AL3000a ambient light sensor"
|
||||
select REGMAP_I2C
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you want to build a driver for the Dyna Image AL3000a
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user