diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-09-01 02:58:17 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-09-01 10:24:14 -0400 |
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 | |||
791 | This driver can also be built as a module. If so, the module will | 791 | This driver can also be built as a module. If so, the module will |
792 | be called ltc4261. | 792 | be called ltc4261. |
793 | 793 | ||
794 | config SENSORS_LTQ_CPUTEMP | ||
795 | bool "Lantiq cpu temperature sensor driver" | ||
796 | depends on LANTIQ | ||
797 | help | ||
798 | If you say yes here you get support for the temperature | ||
799 | sensor inside your CPU. | ||
800 | |||
794 | config SENSORS_MAX1111 | 801 | config SENSORS_MAX1111 |
795 | tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" | 802 | tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" |
796 | depends on SPI_MASTER | 803 | depends on SPI_MASTER |