diff options
author | Edwin Peer <epeer@tmtservices.co.za> | 2010-02-05 11:31:48 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:51 -0500 |
commit | 1f3b536be7bfb3930cf7dc6d995d82877f25d6cf (patch) | |
tree | 96f7732bc2858e2e60cf307f9b49d7da2ac6a40b /arch/arm/mach-pxa/Kconfig | |
parent | 0dc726bb264ca5ecfdfab94a6937e0e9b9b26f64 (diff) |
[ARM] pxa: add support for Embedian MXM-8x10
Signed-off-by: Edwin Peer <epeer@tmtservices.co.za>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ff05f0ff2205..3602c729b89a 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -115,6 +115,11 @@ config MACH_CM_X300 | |||
115 | select CPU_PXA310 | 115 | select CPU_PXA310 |
116 | select HAVE_PWM | 116 | select HAVE_PWM |
117 | 117 | ||
118 | config MACH_CAPC7117 | ||
119 | bool "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM" | ||
120 | select CPU_PXA320 | ||
121 | select PXA3xx | ||
122 | |||
118 | config ARCH_GUMSTIX | 123 | config ARCH_GUMSTIX |
119 | bool "Gumstix XScale 255 boards" | 124 | bool "Gumstix XScale 255 boards" |
120 | select PXA25x | 125 | select PXA25x |
@@ -511,6 +516,11 @@ config MACH_TOSA | |||
511 | select PXA25x | 516 | select PXA25x |
512 | select PXA_HAVE_BOARD_IRQS | 517 | select PXA_HAVE_BOARD_IRQS |
513 | 518 | ||
519 | config MACH_ICONTROL | ||
520 | bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM" | ||
521 | select CPU_PXA320 | ||
522 | select PXA3xx | ||
523 | |||
514 | config ARCH_PXA_ESERIES | 524 | config ARCH_PXA_ESERIES |
515 | bool "PXA based Toshiba e-series PDAs" | 525 | bool "PXA based Toshiba e-series PDAs" |
516 | select PXA25x | 526 | select PXA25x |