[PATCH 1/1] hwmon: (tmp513) Fix build issue by selecting CONFIG_REGMAP and CONFIG_REGMAP_I2C

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This driver requires REGMAP and REGMAP_I2C to build.  Select both by default
in Kconfig. Reported at gentoo bugzilla: https://bugs.gentoo.org/710790

Reported-by: Phil Stracchino <phils@xxxxxxxxxxxxxx>
Signed-off-by: Mike Pagano <mpagano@xxxxxxxxxx>
---
 drivers/hwmon/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 47ac20aee06f..6edf8522447d 100644
--- a/drivers/hwmon/Kconfig
+++ b/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.
-- 
2.24.1





[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux