]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (max6697) add missing 'select REGMAP_I2C' to Kconfig
authorJoshua Crofts <joshua.crofts1@gmail.com>
Mon, 29 Jun 2026 19:17:41 +0000 (21:17 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 29 Jun 2026 20:39:06 +0000 (13:39 -0700)
commited576f2f4eef8cbe2c110da503825a8dc4717030
tree2f7081bb7f0f7355ba60f0b83650071b28e46334
parenta35a6f1b20100057c66b7be5a8f6864661c3945c
hwmon: (max6697) add missing 'select REGMAP_I2C' to Kconfig

The Kconfig entry for the MAX6697 sensor doesn't contain a
`select REGMAP_I2C` parameter, causing build failures if regmap
isn't selected previously during the build process.

Fixes: 3a2a8cc3fe24 ("hwmon: (max6697) Convert to use regmap")
Cc: stable@vger.kernel.org
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Link: https://lore.kernel.org/r/20260629-add-kconfig-deps-v1-3-8104df929b1a@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig