aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2008-08-26 09:03:44 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-08-26 12:08:04 -0400
commitcf75d8d213f58c01791940c4392c4122e0063bc0 (patch)
tree3ae1c36973bc7a89e99efb5d0e1369e89fa9dac3 /arch/arm/mach-pxa/Kconfig
parentb8e6c91c74e9f0279b7c51048779b3d62da60b88 (diff)
[ARM] 5215/2: Add support for CM-X300 board
This patch adds core support for CM-X300 board based on PXA300 processor Signed-off-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e8ee7ec9ff6d..92a298bb13c4 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -211,6 +211,11 @@ config MACH_ARMCORE
211 select PXA27x 211 select PXA27x
212 select IWMMXT 212 select IWMMXT
213 213
214config MACH_CM_X300
215 bool "CompuLab CM-X300 modules"
216 select PXA3xx
217 select CPU_PXA300
218
214config MACH_MAGICIAN 219config MACH_MAGICIAN
215 bool "Enable HTC Magician Support" 220 bool "Enable HTC Magician Support"
216 select PXA27x 221 select PXA27x