[kernel] r17975 - in dists/trunk/linux-2.6/debian/config: . i386/none kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Fri Aug 19 03:18:23 UTC 2011


Author: benh
Date: Fri Aug 19 03:18:21 2011
New Revision: 17975

Log:
[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.

Modified:
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/i386/none/config.486
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/config-arch-32

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Fri Aug 19 03:15:51 2011	(r17974)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Aug 19 03:18:21 2011	(r17975)
@@ -1450,8 +1450,10 @@
 # CONFIG_AB3100_CORE is not set
 CONFIG_AB3100_OTP=m
 # CONFIG_EZX_PCAP is not set
+# CONFIG_MFD_CS5535 is not set
 CONFIG_LPC_SCH=m
 # CONFIG_MFD_RDC321X is not set
+# CONFIG_MFD_VX855 is not set
 
 ##
 ## file: drivers/misc/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/i386/none/config.486
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/none/config.486	Fri Aug 19 03:15:51 2011	(r17974)
+++ dists/trunk/linux-2.6/debian/config/i386/none/config.486	Fri Aug 19 03:18:21 2011	(r17975)
@@ -28,12 +28,6 @@
 CONFIG_EISA_NAMES=y
 
 ##
-## file: drivers/gpio/Kconfig
-##
-CONFIG_GPIO_CS5535=m
-CONFIG_GPIO_VX855=m
-
-##
 ## file: drivers/i2c/busses/Kconfig
 ##
 CONFIG_I2C_ELEKTOR=m
@@ -51,18 +45,6 @@
 # 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
 ##
 # CONFIG_MTD_XIP is not set

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config-arch-32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config-arch-32	Fri Aug 19 03:15:51 2011	(r17974)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config-arch-32	Fri Aug 19 03:18:21 2011	(r17975)
@@ -137,6 +137,12 @@
 CONFIG_CRYPTO_DEV_GEODE=m
 
 ##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIO_CS5535=m
+CONFIG_GPIO_VX855=m
+
+##
 ## file: drivers/gpu/drm/Kconfig
 ##
 CONFIG_DRM_I810=m
@@ -213,6 +219,18 @@
 CONFIG_RADIO_ZOLTRIX=m
 
 ##
+## 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/maps/Kconfig
 ##
 CONFIG_MTD_SCx200_DOCFLASH=m



More information about the Kernel-svn-changes mailing list