diff options
author | Mike Rapoport <mike@compulab.co.il> | 2007-07-18 06:31:46 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 12:45:15 -0400 |
commit | 3d50527bbf1b68e5206263ade414f0d966b00f74 (patch) | |
tree | e81f3439165bb4796c819f207fa857775ff69109 /arch/arm/mach-pxa/Kconfig | |
parent | b750a09385d7c464113ae8915e63541a163fbac8 (diff) |
[ARM] 4475/2: EM-x270 board support
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5c0a10041cd1..5ebec6d88b51 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -37,6 +37,10 @@ config MACH_TRIZEPS4 | |||
37 | bool "Keith und Koep Trizeps4 DIMM-Module" | 37 | bool "Keith und Koep Trizeps4 DIMM-Module" |
38 | select PXA27x | 38 | select PXA27x |
39 | 39 | ||
40 | config MACH_EM_X270 | ||
41 | bool "CompuLab EM-x270 platform" | ||
42 | select PXA27x | ||
43 | |||
40 | endchoice | 44 | endchoice |
41 | 45 | ||
42 | if PXA_SHARPSL | 46 | if PXA_SHARPSL |