diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-02-16 12:40:55 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-13 05:10:44 -0400 |
commit | aac429707df233e9dc7ed70ea04cd29d832dfe61 (patch) | |
tree | 5a7df3142af59013716cb5db9df0e57d25167a9f /arch/arm/mach-pxa/Kconfig | |
parent | 53f5649b21a7c7b894d68ac4848eb01136fa64aa (diff) |
[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 33214c1e0607..ff1872db5b3d 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -393,6 +393,14 @@ config PCM990_DISPLAY_NONE | |||
393 | 393 | ||
394 | endchoice | 394 | endchoice |
395 | 395 | ||
396 | config MACH_CSB726 | ||
397 | bool "Enable Cogent CSB726 System On a Module" | ||
398 | select PXA27x | ||
399 | select IWMMXT | ||
400 | help | ||
401 | Say Y here if you intend to run this kernel on a Cogent | ||
402 | CSB726 System On Module. | ||
403 | |||
396 | config PXA_EZX | 404 | config PXA_EZX |
397 | bool "Motorola EZX Platform" | 405 | bool "Motorola EZX Platform" |
398 | select PXA27x | 406 | select PXA27x |