diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-02-16 17:40:55 (GMT) |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-13 09:10:44 (GMT) |
commit | aac429707df233e9dc7ed70ea04cd29d832dfe61 (patch) | |
tree | 5a7df3142af59013716cb5db9df0e57d25167a9f /arch/arm/mach-pxa/Kconfig | |
parent | 53f5649b21a7c7b894d68ac4848eb01136fa64aa (diff) | |
download | linux-aac429707df233e9dc7ed70ea04cd29d832dfe61.tar.xz |
[ARM] pxa: add initial support for Cogent CSB726 board
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 33214c1..ff1872d 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -393,6 +393,14 @@ config PCM990_DISPLAY_NONE endchoice +config MACH_CSB726 + bool "Enable Cogent CSB726 System On a Module" + select PXA27x + select IWMMXT + help + Say Y here if you intend to run this kernel on a Cogent + CSB726 System On Module. + config PXA_EZX bool "Motorola EZX Platform" select PXA27x |