patch-2.3.99-pre4 linux/arch/arm/config.in

Next file: linux/arch/arm/def-configs/brutus
Previous file: linux/arch/arm/boot/compressed/head-sa1100.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/arch/arm/config.in linux/arch/arm/config.in
@@ -53,6 +53,7 @@
 	    Itsy		CONFIG_SA1100_ITSY \
 	    LART		CONFIG_SA1100_LART \
 	    PLEB		CONFIG_SA1100_PLEB \
+	    ThinClient		CONFIG_SA1100_THINCLIENT \
 	    Victor		CONFIG_SA1100_VICTOR \
 	    Tifon		CONFIG_SA1100_TIFON" Brutus
 fi
@@ -136,6 +137,9 @@
    define_bool CONFIG_ISA_DMA n
 fi
 
+define_bool CONFIG_SBUS n
+define_bool CONFIG_PCMCIA n
+
 if [ "$CONFIG_CPU_32" = "y" -a "$CONFIG_ARCH_EBSA110" != "y" ]; then
    bool 'Kernel-mode alignment trap handler' CONFIG_ALIGNMENT_TRAP
 fi
@@ -218,7 +222,6 @@
    fi
 fi
 
-source drivers/usb/Config.in
 
 #source drivers/misc/Config.in
 
@@ -297,6 +300,8 @@
 fi
 
 source fs/Config.in
+
+source drivers/usb/Config.in
 
 mainmenu_option next_comment
 comment 'Kernel hacking'

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