Commit 9f1ccefe authored by Greg Ungerer's avatar Greg Ungerer Committed by Russell King

[ARM] 4536/1: configure support for AT91x40 and EB01

Configuration support for the AT91x40 CPU and EB01 board.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarAndrew Victor <andrew@sanpeople.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ea00e303
...@@ -20,8 +20,15 @@ config ARCH_AT91SAM9263 ...@@ -20,8 +20,15 @@ config ARCH_AT91SAM9263
config ARCH_AT91SAM9RL config ARCH_AT91SAM9RL
bool "AT91SAM9RL" bool "AT91SAM9RL"
config ARCH_AT91X40
bool "AT91x40"
endchoice endchoice
config AT91_PMC_UNIT
bool
default !ARCH_AT91X40
# ---------------------------------------------------------- # ----------------------------------------------------------
if ARCH_AT91RM9200 if ARCH_AT91RM9200
...@@ -169,6 +176,22 @@ endif ...@@ -169,6 +176,22 @@ endif
# ---------------------------------------------------------- # ----------------------------------------------------------
if ARCH_AT91X40
comment "AT91X40 Board Type"
config MACH_AT91EB01
bool "Atmel AT91EB01 Evaluation Kit"
help
Select this if you are using Atmel's AT91EB01 Evaluation Kit.
It is also a popular target for simulators such as GDB's
ARM simulator (commonly known as the ARMulator) and the
Skyeye simulator.
endif
# ----------------------------------------------------------
comment "AT91 Board Options" comment "AT91 Board Options"
config MTD_AT91_DATAFLASH_CARD config MTD_AT91_DATAFLASH_CARD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment