diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-09-01 08:58:17 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-09-01 07:24:14 -0700 |
commit | 7074d0a92758603369655ef5d4f49e6caaae0b4e (patch) | |
tree | e3435c06490bbfcadd70fa7f23178c38bfbe65a1 /drivers/hwmon/Kconfig | |
parent | 7a3b68b9075cf9b67692bb97497740bab1dfab41 (diff) |
hwmon: (ltq-cputemp) add cpu temp sensor driver
Add the lantiq cpu temperature sensor support for xrx200.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 5b9a61f766ac..d65431417b17 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -791,6 +791,13 @@ config SENSORS_LTC4261 This driver can also be built as a module. If so, the module will be called ltc4261. +config SENSORS_LTQ_CPUTEMP + bool "Lantiq cpu temperature sensor driver" + depends on LANTIQ + help + If you say yes here you get support for the temperature + sensor inside your CPU. + config SENSORS_MAX1111 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" depends on SPI_MASTER |