]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (max1619) add missing 'select REGMAP' to Kconfig
authorJoshua Crofts <joshua.crofts1@gmail.com>
Mon, 29 Jun 2026 19:17:39 +0000 (21:17 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 29 Jun 2026 20:36:53 +0000 (13:36 -0700)
commit943a749bdffdd2132fab9240db890e07d93e1fcf
tree0a15b9fcdcc5b1ebaebef97b216289b2a8d91058
parent5264b389c4e02dec214a46c400eb3ab867a7749a
hwmon: (max1619) add missing 'select REGMAP' to Kconfig

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

Fixes: f8016132ce49 ("hwmon: (max1619) 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-1-8104df929b1a@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig