diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2008-10-02 15:15:35 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-02 17:56:05 -0400 |
commit | 49ea26d0a0fa8eebc4bf0432ec3ad35a35202615 (patch) | |
tree | 9421939fa7f9ea98fe6f460a3a3d36272355833c /arch/arm/mach-pxa/Kconfig | |
parent | b8e6c91c74e9f0279b7c51048779b3d62da60b88 (diff) |
[ARM] 5277/1: Add basic support for MobilePro 900/c
This patch adds basic support for the Mobilepro
900/c mini-laptop. At present it won't do much
more than build and boot.
Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e8ee7ec9ff6d..7238bb77f5da 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -49,6 +49,10 @@ config MACH_MAINSTONE | |||
49 | select PXA27x | 49 | select PXA27x |
50 | select HAVE_PWM | 50 | select HAVE_PWM |
51 | 51 | ||
52 | config MACH_MP900C | ||
53 | bool "Nec Mobilepro 900/c" | ||
54 | select PXA25x | ||
55 | |||
52 | config ARCH_PXA_IDP | 56 | config ARCH_PXA_IDP |
53 | bool "Accelent Xscale IDP" | 57 | bool "Accelent Xscale IDP" |
54 | select PXA25x | 58 | select PXA25x |