]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: light: al3010: add missing REGMAP_I2C to Kconfig
authorJoshua Crofts <joshua.crofts1@gmail.com>
Thu, 25 Jun 2026 19:38:09 +0000 (21:38 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 1 Jul 2026 01:10:37 +0000 (02:10 +0100)
commit84486e3bbda18a2df1ed74ca78e1e14bde9a941b
treef94325537ac5e521e49fa2862a4570a8b5cd17b8
parenta2d30022b7c316ad845d1b696e724058b88e5a4e
iio: light: al3010: add missing REGMAP_I2C to Kconfig

The KConfig entry for the AL3010 is missing a `select REGMAP_I2C`,
causing build failures.

Fixes: 0e5e21e23dd6 ("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>
drivers/iio/light/Kconfig