From 9926a8790ebf6e4daffd98278419d5ad7368fe86 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 18 Apr 2018 23:39:48 +0100 Subject: [PATCH] w1: Enable all "slave" device drivers (Closes: #895340) --- debian/changelog | 1 + debian/config/config | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55aaaca4e..1d5b21ed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -507,6 +507,7 @@ linux (4.15.17-1) UNRELEASED; urgency=medium * SCSI: Enable SCSI_SYM53C8XX_2 as module on all architectures (Closes: #895532) * [x86] Enable MFD_AXP20X_I2C, AXP288_FUEL_GAUGE as modules (Closes: #895129) + * w1: Enable all "slave" device drivers (Closes: #895340) [ Vagrant Cascadian ] * [armhf] Add patch to fix loading of imx6q-cpufreq module. diff --git a/debian/config/config b/debian/config/config index ede6e1b7d..0f0638a14 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5238,17 +5238,22 @@ CONFIG_W1_MASTER_GPIO=m ## CONFIG_W1_SLAVE_THERM=m CONFIG_W1_SLAVE_SMEM=m -# CONFIG_W1_SLAVE_DS2408 is not set -# CONFIG_W1_SLAVE_DS2413 is not set -# CONFIG_W1_SLAVE_DS2406 is not set -# CONFIG_W1_SLAVE_DS2423 is not set +CONFIG_W1_SLAVE_DS2405=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2408_READBACK=y +CONFIG_W1_SLAVE_DS2413=m +CONFIG_W1_SLAVE_DS2406=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2805=m CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2433=m # CONFIG_W1_SLAVE_DS2433_CRC is not set -# CONFIG_W1_SLAVE_DS2760 is not set -# CONFIG_W1_SLAVE_DS2780 is not set -# CONFIG_W1_SLAVE_DS2781 is not set -# CONFIG_W1_SLAVE_DS28E04 is not set +CONFIG_W1_SLAVE_DS2438=m +CONFIG_W1_SLAVE_DS2760=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_DS28E17=m ## ## file: drivers/watchdog/Kconfig