diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-29 21:39:21 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 18:43:10 -0400 |
commit | 9f1ccefe3f74e642515ba58868cfd6924056d9a8 (patch) | |
tree | ecf9657a8afb3c5f742a41f89097de273d7930df /arch/arm/mach-at91 | |
parent | ea00e30307c9fa4cfe996359982cea2b867b13fc (diff) |
[ARM] 4536/1: configure support for AT91x40 and EB01
Configuration support for the AT91x40 CPU and EB01 board.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index a31157f1655a..fd956f1299d1 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -20,8 +20,15 @@ config ARCH_AT91SAM9263 | |||
20 | config ARCH_AT91SAM9RL | 20 | config ARCH_AT91SAM9RL |
21 | bool "AT91SAM9RL" | 21 | bool "AT91SAM9RL" |
22 | 22 | ||
23 | config ARCH_AT91X40 | ||
24 | bool "AT91x40" | ||
25 | |||
23 | endchoice | 26 | endchoice |
24 | 27 | ||
28 | config AT91_PMC_UNIT | ||
29 | bool | ||
30 | default !ARCH_AT91X40 | ||
31 | |||
25 | # ---------------------------------------------------------- | 32 | # ---------------------------------------------------------- |
26 | 33 | ||
27 | if ARCH_AT91RM9200 | 34 | if ARCH_AT91RM9200 |
@@ -169,6 +176,22 @@ endif | |||
169 | 176 | ||
170 | # ---------------------------------------------------------- | 177 | # ---------------------------------------------------------- |
171 | 178 | ||
179 | if ARCH_AT91X40 | ||
180 | |||
181 | comment "AT91X40 Board Type" | ||
182 | |||
183 | config MACH_AT91EB01 | ||
184 | bool "Atmel AT91EB01 Evaluation Kit" | ||
185 | help | ||
186 | Select this if you are using Atmel's AT91EB01 Evaluation Kit. | ||
187 | It is also a popular target for simulators such as GDB's | ||
188 | ARM simulator (commonly known as the ARMulator) and the | ||
189 | Skyeye simulator. | ||
190 | |||
191 | endif | ||
192 | |||
193 | # ---------------------------------------------------------- | ||
194 | |||
172 | comment "AT91 Board Options" | 195 | comment "AT91 Board Options" |
173 | 196 | ||
174 | config MTD_AT91_DATAFLASH_CARD | 197 | config MTD_AT91_DATAFLASH_CARD |