diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-12-01 09:15:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-01 11:54:31 -0500 |
commit | 5283304bdcb4af47c46280ac21100d037d31fcf0 (patch) | |
tree | f3d4992e2d16a9f85a6884116ba4ec58dc0dda46 /arch/arm/mach-ep93xx/Kconfig | |
parent | 0215ffb08ce99e2bb59eca114a99499a4d06e704 (diff) |
[ARM] 3964/1: ep93xx: add ads sphere support
Add initial board support for the ADS Sphere board.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ep93xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index e346b03cd921..fcc5e2500dc7 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -9,6 +9,12 @@ config CRUNCH | |||
9 | 9 | ||
10 | comment "EP93xx Platforms" | 10 | comment "EP93xx Platforms" |
11 | 11 | ||
12 | config MACH_ADSSPHERE | ||
13 | bool "Support ADS Sphere" | ||
14 | help | ||
15 | Say 'Y' here if you want your kernel to support the ADS | ||
16 | Sphere board. | ||
17 | |||
12 | config MACH_EDB9302 | 18 | config MACH_EDB9302 |
13 | bool "Support Cirrus Logic EDB9302" | 19 | bool "Support Cirrus Logic EDB9302" |
14 | help | 20 | help |