aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorAnton Vorontsov <cbouatmailru@gmail.com>2008-10-23 15:06:56 -0400
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:43:50 -0500
commitbc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73 (patch)
tree4353a52acd65006a122d1bd655be5b6f7d0ce4f1 /arch/arm/mach-pxa/Kconfig
parent431a2cff07446b0325ec063e5b401ca7c11e0058 (diff)
[ARM] pxa: add basic support for HP iPAQ h5000
This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions. Kernel will able to boot, work via serial console, mount filesystems placed on flashes and run USB gadgets (g_ether by default). Other device drivers (frame buffer, LCD, touchscreen, backlight, bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ SoCs/MFDs, drivers to which will be submitted too, after massive cleanups. This machine will be used as "real user" for these new drivers. This is an updated version of the patch, which contains fixes proposed on linux-arm-kernel mailing list. Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com> Signed-off-by: Milan Plzik <milan.plzik@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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index c7fc05fe9758..8627e718a613 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -202,6 +202,10 @@ config MACH_E800
202config TRIZEPS_PXA 202config TRIZEPS_PXA
203 bool "PXA based Keith und Koep Trizeps DIMM-Modules" 203 bool "PXA based Keith und Koep Trizeps DIMM-Modules"
204 204
205config MACH_H5000
206 bool "HP iPAQ h5000"
207 select PXA25x
208
205config MACH_TRIZEPS4 209config MACH_TRIZEPS4
206 bool "Keith und Koep Trizeps4 DIMM-Module" 210 bool "Keith und Koep Trizeps4 DIMM-Module"
207 depends on TRIZEPS_PXA 211 depends on TRIZEPS_PXA