mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
iio: light: al3010: add missing REGMAP_I2C to Kconfig
commit84486e3bbdupstream. The KConfig entry for the AL3010 is missing a `select REGMAP_I2C`, causing build failures. Fixes:0e5e21e23d("iio: light: al3010: 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6afb69bb96
commit
9fb4ff07d9
@@ -56,6 +56,7 @@ config AL3000A
|
||||
|
||||
config AL3010
|
||||
tristate "AL3010 ambient light sensor"
|
||||
select REGMAP_I2C
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you want to build a driver for the Dyna Image AL3010
|
||||
|
||||
Reference in New Issue
Block a user