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

Next file: linux/arch/arm/defconfig
Previous file: linux/arch/alpha/math-emu/math.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre2/linux/arch/arm/config.in linux/arch/arm/config.in
@@ -119,6 +119,8 @@
      "$CONFIG_HOST_FOOTBRIDGE" = "y" ]; then
    define_bool CONFIG_PCI y
    source drivers/pci/Config.in
+else
+   define_bool CONFIG_PCI n
 fi
 
 #
@@ -127,8 +129,10 @@
 if [ "$CONFIG_ARCH_CATS" = "y" -o \
      "$CONFIG_ARCH_SHARK" = "y" -o \
      "$CONFIG_ARCH_NETWINDER" = "y" ]; then
+   define_bool CONFIG_ISA y
    define_bool CONFIG_ISA_DMA y
 else
+   define_bool CONFIG_ISA n
    define_bool CONFIG_ISA_DMA n
 fi
 

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