This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / mach-footbridge / Kconfig
index fc3250d..1eaea0b 100644 (file)
@@ -4,7 +4,6 @@ menu "Footbridge Implementations"
 
 config ARCH_CATS
        bool "CATS"
-       select FOOTBRIDGE_HOST
        help
          Say Y here if you intend to run this kernel on the CATS.
 
@@ -12,7 +11,6 @@ config ARCH_CATS
 
 config ARCH_PERSONAL_SERVER
        bool "Compaq Personal Server"
-       select FOOTBRIDGE_HOST
        ---help---
          Say Y here if you intend to run this kernel on the Compaq
          Personal Server.
@@ -30,8 +28,6 @@ config ARCH_PERSONAL_SERVER
 
 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.
@@ -40,8 +36,6 @@ config ARCH_EBSA285_ADDIN
 
 config ARCH_EBSA285_HOST
        bool "EBSA285 (host mode)"
-       select ARCH_EBSA285
-       select FOOTBRIDGE_HOST
        help
          Say Y here if you intend to run this kernel on the EBSA285 card
          in host ("central function") mode.
@@ -50,7 +44,6 @@ config ARCH_EBSA285_HOST
 
 config ARCH_NETWINDER
        bool "NetWinder"
-       select FOOTBRIDGE_HOST
        help
          Say Y here if you intend to run this kernel on the Rebel.COM
          NetWinder.  Information about this machine can be found at:
@@ -61,20 +54,4 @@ config ARCH_NETWINDER
 
 endmenu
 
-# Footbridge support
-config FOOTBRIDGE
-       bool
-
-# Footbridge in host mode
-config FOOTBRIDGE_HOST
-       bool
-
-# Footbridge in addin mode
-config FOOTBRIDGE_ADDIN
-       bool
-
-# EBSA285 board in either host or addin mode
-config ARCH_EBSA285
-       bool
-
 endif