ARM: footbridge: remove addin mode
[sfrench/cifs-2.6.git] / arch / arm / mach-footbridge / Kconfig
index acc10b1caa694f26650155aaec7a9d4a916a61df..3497ea8e91e37d3a78316637598ee6079cba13ff 100644 (file)
@@ -8,31 +8,17 @@ config ARCH_CATS
        depends on UNUSED_BOARD_FILES
        select CLKEVT_I8253
        select CLKSRC_I8253
-       select FOOTBRIDGE_HOST
        select ISA
-       select ISA_DMA
        select FORCE_PCI
        help
          Say Y here if you intend to run this kernel on the CATS.
 
          Saying N will reduce the size of the Footbridge kernel.
 
-config ARCH_EBSA285_ADDIN
-       bool "EBSA285 (addin mode)"
-       select ARCH_EBSA285
-       select FOOTBRIDGE_ADDIN
-       help
-         Say Y here if you intend to run this kernel on the EBSA285 card
-         in addin mode.
-
-         Saying N will reduce the size of the Footbridge kernel.
-
 config ARCH_EBSA285_HOST
        bool "EBSA285 (host mode)"
        select ARCH_EBSA285
-       select FOOTBRIDGE_HOST
        select ISA
-       select ISA_DMA
        select ARCH_MAY_HAVE_PC_FDC
        select FORCE_PCI
        help
@@ -45,9 +31,7 @@ config ARCH_NETWINDER
        bool "NetWinder"
        select CLKEVT_I8253
        select CLKSRC_I8253
-       select FOOTBRIDGE_HOST
        select ISA
-       select ISA_DMA
        select FORCE_PCI
        help
          Say Y here if you intend to run this kernel on the Rebel.COM
@@ -61,19 +45,11 @@ endmenu
 
 # Footbridge support
 config FOOTBRIDGE
+       def_bool y
        select ARCH_HAS_PHYS_TO_DMA
-       bool
-
-# Footbridge in host mode
-config FOOTBRIDGE_HOST
-       bool
        select ARCH_MIGHT_HAVE_PC_SERIO
+       select ISA_DMA
 
-# Footbridge in addin mode
-config FOOTBRIDGE_ADDIN
-       bool
-
-# EBSA285 board in either host or addin mode
 config ARCH_EBSA285
        bool