diff options
author | Ian Molton <spyro@f2s.com> | 2007-11-19 07:16:56 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:13 -0500 |
commit | 3abcd199db312abeec617083be8a7655cab73ec8 (patch) | |
tree | a1426e1c7f64072ee021dfaf2115ec62f90cb75c /arch/arm/mach-pxa/Kconfig | |
parent | 512f03fdae58b96568bac1beee4d3d3b34d4ead4 (diff) |
[ARM] 4649/1: Base support for pxa-based Toshiba e-series PDAs.
This patch contains the base code to boot the Toshiba e330, e740,
e750, e400, and e800 PDAs.
Signed-off-by: Ian Molton <spyro@f2s.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 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 656d49661a29..b08f55d906c8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -51,6 +51,50 @@ config PXA_SHARPSL | |||
51 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) | 51 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) |
52 | handheld computer. | 52 | handheld computer. |
53 | 53 | ||
54 | config ARCH_PXA_ESERIES | ||
55 | bool "PXA based Toshiba e-series PDAs" | ||
56 | select PXA25x | ||
57 | |||
58 | config MACH_E330 | ||
59 | bool "Toshiba e330" | ||
60 | default y | ||
61 | depends on ARCH_PXA_ESERIES | ||
62 | help | ||
63 | Say Y here if you intend to run this kernel on a Toshiba | ||
64 | e330 family PDA. | ||
65 | |||
66 | config MACH_E740 | ||
67 | bool "Toshiba e740" | ||
68 | default y | ||
69 | depends on ARCH_PXA_ESERIES | ||
70 | help | ||
71 | Say Y here if you intend to run this kernel on a Toshiba | ||
72 | e740 family PDA. | ||
73 | |||
74 | config MACH_E750 | ||
75 | bool "Toshiba e750" | ||
76 | default y | ||
77 | depends on ARCH_PXA_ESERIES | ||
78 | help | ||
79 | Say Y here if you intend to run this kernel on a Toshiba | ||
80 | e750 family PDA. | ||
81 | |||
82 | config MACH_E400 | ||
83 | bool "Toshiba e400" | ||
84 | default y | ||
85 | depends on ARCH_PXA_ESERIES | ||
86 | help | ||
87 | Say Y here if you intend to run this kernel on a Toshiba | ||
88 | e400 family PDA. | ||
89 | |||
90 | config MACH_E800 | ||
91 | bool "Toshiba e800" | ||
92 | default y | ||
93 | depends on ARCH_PXA_ESERIES | ||
94 | help | ||
95 | Say Y here if you intend to run this kernel on a Toshiba | ||
96 | e800 family PDA. | ||
97 | |||
54 | config MACH_TRIZEPS4 | 98 | config MACH_TRIZEPS4 |
55 | bool "Keith und Koep Trizeps4 DIMM-Module" | 99 | bool "Keith und Koep Trizeps4 DIMM-Module" |
56 | select PXA27x | 100 | select PXA27x |