[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
This commit is contained in:
Ben Hutchings 2011-08-19 03:15:51 +00:00
parent 179ae0c31a
commit 6cfd796d7e
2 changed files with 20 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Wed, 27 Jul 2011 23:58:10 +0200

View File

@ -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
##