diff options
Diffstat (limited to 'arch/arm/Kconfig')
| -rw-r--r-- | arch/arm/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7a74e3e5f916..50b9afa8ae6d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -99,13 +99,6 @@ config ARCH_EBSA110 | |||
| 99 | Ethernet interface, two PCMCIA sockets, two serial ports and a | 99 | Ethernet interface, two PCMCIA sockets, two serial ports and a |
| 100 | parallel port. | 100 | parallel port. |
| 101 | 101 | ||
| 102 | config ARCH_CAMELOT | ||
| 103 | bool "Epxa10db" | ||
| 104 | help | ||
| 105 | This enables support for Altera's Excalibur XA10 development board. | ||
| 106 | If you would like to build your kernel to run on one of these boards | ||
| 107 | then you must say 'Y' here. Otherwise say 'N' | ||
| 108 | |||
| 109 | config ARCH_FOOTBRIDGE | 102 | config ARCH_FOOTBRIDGE |
| 110 | bool "FootBridge" | 103 | bool "FootBridge" |
| 111 | select FOOTBRIDGE | 104 | select FOOTBRIDGE |
| @@ -213,12 +206,16 @@ config ARCH_AAEC2000 | |||
| 213 | help | 206 | help |
| 214 | This enables support for systems based on the Agilent AAEC-2000 | 207 | This enables support for systems based on the Agilent AAEC-2000 |
| 215 | 208 | ||
| 209 | config ARCH_AT91RM9200 | ||
| 210 | bool "AT91RM9200" | ||
| 211 | help | ||
| 212 | Say Y here if you intend to run this kernel on an AT91RM9200-based | ||
| 213 | board. | ||
| 214 | |||
| 216 | endchoice | 215 | endchoice |
| 217 | 216 | ||
| 218 | source "arch/arm/mach-clps711x/Kconfig" | 217 | source "arch/arm/mach-clps711x/Kconfig" |
| 219 | 218 | ||
| 220 | source "arch/arm/mach-epxa10db/Kconfig" | ||
| 221 | |||
| 222 | source "arch/arm/mach-footbridge/Kconfig" | 219 | source "arch/arm/mach-footbridge/Kconfig" |
| 223 | 220 | ||
| 224 | source "arch/arm/mach-integrator/Kconfig" | 221 | source "arch/arm/mach-integrator/Kconfig" |
| @@ -253,6 +250,8 @@ source "arch/arm/mach-aaec2000/Kconfig" | |||
| 253 | 250 | ||
| 254 | source "arch/arm/mach-realview/Kconfig" | 251 | source "arch/arm/mach-realview/Kconfig" |
| 255 | 252 | ||
| 253 | source "arch/arm/mach-at91rm9200/Kconfig" | ||
| 254 | |||
| 256 | # Definitions to make life easier | 255 | # Definitions to make life easier |
| 257 | config ARCH_ACORN | 256 | config ARCH_ACORN |
| 258 | bool | 257 | bool |
| @@ -418,7 +417,8 @@ config LEDS | |||
| 418 | ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ | 417 | ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ |
| 419 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 418 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
| 420 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 419 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
| 421 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE | 420 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
| 421 | ARCH_AT91RM9200 | ||
| 422 | help | 422 | help |
| 423 | If you say Y here, the LEDs on your machine will be used | 423 | If you say Y here, the LEDs on your machine will be used |
| 424 | to provide useful information about your current system status. | 424 | to provide useful information about your current system status. |
