patch-2.4.0-test3 linux/arch/arm/config.in

Next file: linux/arch/arm/kernel/armksyms.c
Previous file: linux/arch/alpha/vmlinux.lds.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/arm/config.in linux/arch/arm/config.in
@@ -12,6 +12,7 @@
 mainmenu_option next_comment
 comment 'Code maturity level options'
 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
+bool 'Prompt for obsolete code/drivers' CONFIG_OBSOLETE
 endmenu
 
 
@@ -45,8 +46,8 @@
    if [ "$CONFIG_SA1100_ASSABET" = "y" ]; then
       bool '  Include support for Neponset' CONFIG_ASSABET_NEPONSET
    fi
-   bool '  Include support for Bitsy' CONFIG_SA1100_BITSY
    bool '  Include support for Brutus' CONFIG_SA1100_BRUTUS
+   bool '  Include support for Compaq iPAQ 3600 (Bitsy)' CONFIG_SA1100_BITSY
 #   bool '  Include support for Empeg' CONFIG_SA1100_EMPEG
 #   bool '  Include support for Itsy' CONFIG_SA1100_ITSY
    bool '  Include support for LART' CONFIG_SA1100_LART
@@ -270,6 +271,8 @@
 fi
 endmenu
 
+source drivers/mtd/Config.in
+
 source drivers/ieee1394/Config.in
 
 source drivers/i2o/Config.in
@@ -342,7 +345,7 @@
    bool 'Kernel low-level debugging functions' CONFIG_DEBUG_LL
    if [ "$CONFIG_DEBUG_LL" = "y" ]; then
       if [ "$CONFIG_FOOTBRIDGE" = "y" ]; then
-         bool 'Kernel low-level debugging messages via DC21285 port' CONFIG_DEBUG_DC21285_PORT
+         bool 'Kernel low-level debugging messages via footbridge serial port' CONFIG_DEBUG_DC21285_PORT
       fi
    fi
 fi

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)