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

Ben Hutchings benh at alioth.debian.org
Fri Aug 19 03:15:53 UTC 2011


Author: benh
Date: Fri Aug 19 03:15:51 2011
New Revision: 17974

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/changelog
   dists/trunk/linux-2.6/debian/config/i386/none/config.486

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Aug 19 03:00:09 2011	(r17973)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Aug 19 03:15:51 2011	(r17974)
@@ -16,6 +16,8 @@
   * 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 at decadent.org.uk>  Wed, 27 Jul 2011 23:58:10 +0200
 

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:00:09 2011	(r17973)
+++ dists/trunk/linux-2.6/debian/config/i386/none/config.486	Fri Aug 19 03:15:51 2011	(r17974)
@@ -28,6 +28,12 @@
 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
@@ -45,6 +51,18 @@
 # 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



More information about the Kernel-svn-changes mailing list