diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 7f9664dee670..fdea1e7dc349 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -124,10 +124,19 @@ config MACH_E330 | |||
124 | Say Y here if you intend to run this kernel on a Toshiba | 124 | Say Y here if you intend to run this kernel on a Toshiba |
125 | e330 family PDA. | 125 | e330 family PDA. |
126 | 126 | ||
127 | config MACH_E350 | ||
128 | bool "Toshiba e350" | ||
129 | default y | ||
130 | depends on ARCH_PXA_ESERIES | ||
131 | help | ||
132 | Say Y here if you intend to run this kernel on a Toshiba | ||
133 | e350 family PDA. | ||
134 | |||
127 | config MACH_E740 | 135 | config MACH_E740 |
128 | bool "Toshiba e740" | 136 | bool "Toshiba e740" |
129 | default y | 137 | default y |
130 | depends on ARCH_PXA_ESERIES | 138 | depends on ARCH_PXA_ESERIES |
139 | select FB_W100 | ||
131 | help | 140 | help |
132 | Say Y here if you intend to run this kernel on a Toshiba | 141 | Say Y here if you intend to run this kernel on a Toshiba |
133 | e740 family PDA. | 142 | e740 family PDA. |
@@ -136,6 +145,7 @@ config MACH_E750 | |||
136 | bool "Toshiba e750" | 145 | bool "Toshiba e750" |
137 | default y | 146 | default y |
138 | depends on ARCH_PXA_ESERIES | 147 | depends on ARCH_PXA_ESERIES |
148 | select FB_W100 | ||
139 | help | 149 | help |
140 | Say Y here if you intend to run this kernel on a Toshiba | 150 | Say Y here if you intend to run this kernel on a Toshiba |
141 | e750 family PDA. | 151 | e750 family PDA. |
@@ -152,6 +162,7 @@ config MACH_E800 | |||
152 | bool "Toshiba e800" | 162 | bool "Toshiba e800" |
153 | default y | 163 | default y |
154 | depends on ARCH_PXA_ESERIES | 164 | depends on ARCH_PXA_ESERIES |
165 | select FB_W100 | ||
155 | help | 166 | help |
156 | Say Y here if you intend to run this kernel on a Toshiba | 167 | Say Y here if you intend to run this kernel on a Toshiba |
157 | e800 family PDA. | 168 | e800 family PDA. |