mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
iio: light: al3320a: add missing REGMAP_I2C to Kconfig
The Kconfig entry for the al3320a is missing a `select REGMAP_I2C`,
causing build failures.
Fixes: 1850e6ae7f ("iio: light: al3320a: Implement regmap support")
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
84486e3bbd
commit
9efcc9ba9b
|
|
@ -67,6 +67,7 @@ config AL3010
|
|||
|
||||
config AL3320A
|
||||
tristate "AL3320A ambient light sensor"
|
||||
select REGMAP_I2C
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you want to build a driver for the Dyna Image AL3320A
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user