diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-07-01 14:12:38 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-09-03 15:47:17 -0400 |
commit | 2c9d5b5e32a2516ae9b1120c7688ea25ffee7805 (patch) | |
tree | 4f357bfad28b8e6dd96d0367fedcfdff5bb0c372 /drivers/hwmon/Kconfig | |
parent | e027a2dea5fdde05740a98f571fc2903060559ce (diff) |
hwmon: Remove ads1015 driver
A driver for ADS1015 with more functionality is available in the iio
subsystem.
Remove the hwmon driver as duplicate. If the chip is used for hardware
monitoring, the iio->hwmon bridge should be used.
Cc: Dirk Eibach <eibach@gdsys.de>
Link: https://lore.kernel.org/r/1562004758-13025-1-git-send-email-linux@roeck-us.net
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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..76cd0647ee2c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1570,16 +1570,6 @@ config SENSORS_ADC128D818 | |||
1570 | This driver can also be built as a module. If so, the module | 1570 | This driver can also be built as a module. If so, the module |
1571 | will be called adc128d818. | 1571 | will be called adc128d818. |
1572 | 1572 | ||
1573 | config SENSORS_ADS1015 | ||
1574 | tristate "Texas Instruments ADS1015" | ||
1575 | depends on I2C | ||
1576 | help | ||
1577 | If you say yes here you get support for Texas Instruments | ||
1578 | ADS1015/ADS1115 12/16-bit 4-input ADC device. | ||
1579 | |||
1580 | This driver can also be built as a module. If so, the module | ||
1581 | will be called ads1015. | ||
1582 | |||
1583 | config SENSORS_ADS7828 | 1573 | config SENSORS_ADS7828 |
1584 | tristate "Texas Instruments ADS7828 and compatibles" | 1574 | tristate "Texas Instruments ADS7828 and compatibles" |
1585 | depends on I2C | 1575 | depends on I2C |