diff options
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 |