diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-26 01:02:13 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 20:41:54 +0300 |
commit | d202742058b2ee5666d9820d539b67dc14f64712 (patch) | |
tree | 91744e1d99b89df0f8aac9a54a909433d6fc112d /drivers/hwmon/Kconfig | |
parent | aea12071d6fcf143b8140bcdde80cdc419101299 (diff) | |
download | linux-d202742058b2ee5666d9820d539b67dc14f64712.tar.xz |
hwmon: Drop obsolete JZ4740 driver
The JZ4740 boards now use the iio-hwmon driver.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 650dd71f9724..2199ac1d0ba7 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -660,16 +660,6 @@ config SENSORS_IT87 This driver can also be built as a module. If so, the module will be called it87. -config SENSORS_JZ4740 - tristate "Ingenic JZ4740 SoC ADC driver" - depends on MACH_JZ4740 && MFD_JZ4740_ADC - help - If you say yes here you get support for reading adc values from the ADCIN - pin on Ingenic JZ4740 SoC based boards. - - This driver can also be built as a module. If so, the module will be - called jz4740-hwmon. - config SENSORS_JC42 tristate "JEDEC JC42.4 compliant memory module temperature sensors" depends on I2C |