[kernel] r12812 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Mon Feb 16 19:16:55 UTC 2009


Author: tbm
Date: Mon Feb 16 19:16:08 2009
New Revision: 12812

Log:
[arm/iop32x, arm/ixp4xx] Don't build in KEYBOARD_ATKBD, MOUSE_PS2,
SERIO, JFFS2_FS, and CRAMFS.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Feb 16 19:16:08 2009
@@ -74,6 +74,8 @@
   * [mipsel/r5k-cobalt] Enable INPUT_COBALT_BTNS.
   * [mipsel/r5k-cobalt] Enable the new Cobalt LCD driver (FB_COBALT).
   * [mips/r4k-ip22] Enable the new ALSA sound driver (SND_SGI_HAL2).
+  * [arm/iop32x, arm/ixp4xx] Don't build in KEYBOARD_ATKBD, MOUSE_PS2,
+    SERIO, JFFS2_FS, and CRAMFS.
 
   [ Ian Campbell ]
   * [x86]: Enable Xen guest support in amd64 flavour. (closes: #495590)

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Mon Feb 16 19:16:08 2009
@@ -305,7 +305,7 @@
 ## file: drivers/input/keyboard/Kconfig
 ##
 CONFIG_INPUT_KEYBOARD=y
-CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_ATKBD=m
 # CONFIG_KEYBOARD_SUNKBD is not set
 # CONFIG_KEYBOARD_LKKBD is not set
 # CONFIG_KEYBOARD_XTKBD is not set
@@ -320,7 +320,7 @@
 ## file: drivers/input/mouse/Kconfig
 ##
 CONFIG_INPUT_MOUSE=y
-CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_PS2=m
 # CONFIG_MOUSE_SERIAL is not set
 CONFIG_MOUSE_APPLETOUCH=m
 # CONFIG_MOUSE_VSXXXAA is not set
@@ -328,10 +328,10 @@
 ##
 ## file: drivers/input/serio/Kconfig
 ##
-CONFIG_SERIO=y
-CONFIG_SERIO_SERPORT=y
+CONFIG_SERIO=m
+CONFIG_SERIO_SERPORT=m
 # CONFIG_SERIO_PCIPS2 is not set
-CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_LIBPS2=m
 # CONFIG_SERIO_RAW is not set
 
 ##
@@ -710,12 +710,6 @@
 # CONFIG_USBPCWATCHDOG is not set
 
 ##
-## file: fs/Kconfig
-##
-CONFIG_JFFS2_FS=y
-CONFIG_CRAMFS=y
-
-##
 ## file: fs/Kconfig.binfmt
 ##
 CONFIG_BINFMT_ELF=y

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Mon Feb 16 19:16:08 2009
@@ -274,7 +274,7 @@
 ##
 ## file: drivers/i2c/chips/Kconfig
 ##
-CONFIG_SENSORS_EEPROM=y
+CONFIG_SENSORS_EEPROM=m
 CONFIG_SENSORS_PCF8574=m
 CONFIG_SENSORS_PCA9539=m
 CONFIG_SENSORS_PCF8591=m
@@ -310,7 +310,7 @@
 ## file: drivers/input/keyboard/Kconfig
 ##
 CONFIG_INPUT_KEYBOARD=y
-CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_ATKBD=m
 # CONFIG_KEYBOARD_SUNKBD is not set
 # CONFIG_KEYBOARD_LKKBD is not set
 # CONFIG_KEYBOARD_XTKBD is not set
@@ -327,7 +327,7 @@
 ## file: drivers/input/mouse/Kconfig
 ##
 CONFIG_INPUT_MOUSE=y
-CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_PS2=m
 # CONFIG_MOUSE_SERIAL is not set
 CONFIG_MOUSE_APPLETOUCH=m
 # CONFIG_MOUSE_VSXXXAA is not set
@@ -335,10 +335,10 @@
 ##
 ## file: drivers/input/serio/Kconfig
 ##
-CONFIG_SERIO=y
-CONFIG_SERIO_SERPORT=y
+CONFIG_SERIO=m
+CONFIG_SERIO_SERPORT=m
 # CONFIG_SERIO_PCIPS2 is not set
-CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_LIBPS2=m
 # CONFIG_SERIO_RAW is not set
 
 ##
@@ -769,12 +769,6 @@
 # CONFIG_USBPCWATCHDOG is not set
 
 ##
-## file: fs/Kconfig
-##
-CONFIG_JFFS2_FS=y
-CONFIG_CRAMFS=y
-
-##
 ## file: fs/Kconfig.binfmt
 ##
 CONFIG_BINFMT_ELF=y



More information about the Kernel-svn-changes mailing list