From 63f86c1aaf77876aaeb3106babd037aba271b644 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 28 Nov 2019 04:29:19 +0000 Subject: [PATCH] iio: Enable TI_ADS1015 as module, replacing SENSORS_ADS1015 The latter (hwmon) driver has been removed and its functionality can be replaced using iio-hwmon. --- debian/changelog | 1 + debian/config/config | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ba3edb42fe1..dd785aca47c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ linux (5.4-1~exp2) UNRELEASED; urgency=medium * [armel] udeb: Replace m25p80 with spi-nor in mtd-modules (fixes FTBFS) * [ia64] udeb: Remove SGI SN2 modules (fixes FTBFS) + * iio: Enable TI_ADS1015 as module, replacing SENSORS_ADS1015 -- Ben Hutchings Thu, 28 Nov 2019 03:55:10 +0000 diff --git a/debian/config/config b/debian/config/config index 7fc5126bb209..624d75e4f2a3 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1017,7 +1017,6 @@ CONFIG_SENSORS_EMC6W201=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SCH5627=m CONFIG_SENSORS_SMM665=m -CONFIG_SENSORS_ADS1015=m CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_ADS7871=m CONFIG_SENSORS_AMC6821=m @@ -1180,7 +1179,7 @@ CONFIG_HID_SENSOR_ACCEL_3D=m # CONFIG_TI_ADC12138 is not set # CONFIG_TI_ADC128S052 is not set # CONFIG_TI_ADC161S626 is not set -# CONFIG_TI_ADS1015 is not set +CONFIG_TI_ADS1015=m # CONFIG_VF610_ADC is not set CONFIG_VIPERBOARD_ADC=m