@@ -, +, @@ CONFIG_REGMAP and CONFIG_REGMAP_I2C --- drivers/hwmon/Kconfig | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/hwmon/Kconfig +++ a/drivers/hwmon/Kconfig @@ -1769,6 +1769,8 @@ config SENSORS_TMP421 config SENSORS_TMP513 tristate "Texas Instruments TMP513 and compatibles" depends on I2C + select REGMAP + select REGMAP_I2C help If you say yes here you get support for Texas Instruments TMP512, and TMP513 temperature and power supply sensor chips. --