diff options
author | Hartley Sweeten <hartleys@visionengravers.com> | 2008-10-15 15:01:30 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-01 12:22:08 -0500 |
commit | 4c5744ed59ac8c7312399f279b96e6e3d8f95b5d (patch) | |
tree | b5713a7a76796496e0108e36566d8434e5ff0dfd /arch/arm/mach-ep93xx/Kconfig | |
parent | 7be90a6ba996e43902fc89704b60a57fd4659a63 (diff) |
[ARM] 5309/1: ep93xx: add edb9307a platform
Add Cirrus Logic EDB9307A Dev Board to arch/arm/mach-ep93xx
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
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 5a1b8c05c958..56bddcef6905 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -33,6 +33,12 @@ config MACH_EDB9307 | |||
33 | Say 'Y' here if you want your kernel to support the Cirrus | 33 | Say 'Y' here if you want your kernel to support the Cirrus |
34 | Logic EDB9307 Evaluation Board. | 34 | Logic EDB9307 Evaluation Board. |
35 | 35 | ||
36 | config MACH_EDB9307A | ||
37 | bool "Support Cirrus Logic EDB9307A" | ||
38 | help | ||
39 | Say 'Y' here if you want your kernel to support the Cirrus | ||
40 | Logic EDB9307A Evaluation Board. | ||
41 | |||
36 | config MACH_EDB9312 | 42 | config MACH_EDB9312 |
37 | bool "Support Cirrus Logic EDB9312" | 43 | bool "Support Cirrus Logic EDB9312" |
38 | help | 44 | help |