From 6cfd796d7effc14fe24e2ff893169c18910b93a9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 19 Aug 2011 03:15:51 +0000 Subject: [PATCH] [i386] Enable GPIO_CS5535, MFD_CS5535, CS5535_MFGPT, CS5535_CLOCK_EVENT_SRC, GPIO_VX855, MFD_VX855 We must enable CS5535_MFGPT and MFD_CS5535 as new dependencies of GEODE_WDT. The rest look useful. CS5535 and VX855 chips are apparently only found in conjunction with 32-bit x86 processors, so unset these options in top config. svn path=/dists/trunk/linux-2.6/; revision=17974 --- debian/changelog | 2 ++ debian/config/i386/none/config.486 | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index c35eaa2d5..8e1d1322a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ linux-2.6 (3.1.0~rc2-1~experimental.1) UNRELEASED; urgency=low * net/wireless: Enable RTL8192DE as module * hwmon: Enable SENSORS_EMC2103, SENSORS_LM95245, SENSORS_MAX1668, SENSORS_NTC_THERMISTOR, SENSORS_SMM665 as modules + * [i386] Enable GPIO_CS5535, MFD_CS5535, CS5535_MFGPT, + CS5535_CLOCK_EVENT_SRC, GPIO_VX855, MFD_VX855 as modules -- Ben Hutchings Wed, 27 Jul 2011 23:58:10 +0200 diff --git a/debian/config/i386/none/config.486 b/debian/config/i386/none/config.486 index 177272ad4..3fe1b24b9 100644 --- a/debian/config/i386/none/config.486 +++ b/debian/config/i386/none/config.486 @@ -27,6 +27,12 @@ CONFIG_EISA_PCI_EISA=y CONFIG_EISA_VIRTUAL_ROOT=y CONFIG_EISA_NAMES=y +## +## file: drivers/gpio/Kconfig +## +CONFIG_GPIO_CS5535=m +CONFIG_GPIO_VX855=m + ## ## file: drivers/i2c/busses/Kconfig ## @@ -44,6 +50,18 @@ CONFIG_MOUSE_PS2_OLPC=y CONFIG_MCA_LEGACY=y # CONFIG_MCA_PROC_FS is not set +## +## file: drivers/mfd/Kconfig +## +CONFIG_MFD_CS5535=m +CONFIG_MFD_VX855=m + +## +## file: drivers/misc/Kconfig +## +CONFIG_CS5535_MFGPT=m +CONFIG_CS5535_CLOCK_EVENT_SRC=m + ## ## file: drivers/mtd/chips/Kconfig ##