diff options
author | Ian Molton <spyro@f2s.com> | 2008-07-10 15:17:27 -0400 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-07-10 15:17:27 -0400 |
commit | ac2536109849217a71510b6ded813e91629e88f6 (patch) | |
tree | 350b4fba96f5746fbc4b7c523a0f0651f3f77b78 /arch/arm/mach-pxa/Kconfig | |
parent | 32584c86b26e503dcd7228ab1c67a1e4ce9b48c4 (diff) |
Support for LCD on e740 e750 e400 and e800 e-series PDAs
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 0c96229a2db4..55e8d2f10dd3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -136,6 +136,7 @@ config MACH_E740 | |||
136 | bool "Toshiba e740" | 136 | bool "Toshiba e740" |
137 | default y | 137 | default y |
138 | depends on ARCH_PXA_ESERIES | 138 | depends on ARCH_PXA_ESERIES |
139 | select FB_W100 | ||
139 | help | 140 | help |
140 | 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 |
141 | e740 family PDA. | 142 | e740 family PDA. |
@@ -144,6 +145,7 @@ config MACH_E750 | |||
144 | bool "Toshiba e750" | 145 | bool "Toshiba e750" |
145 | default y | 146 | default y |
146 | depends on ARCH_PXA_ESERIES | 147 | depends on ARCH_PXA_ESERIES |
148 | select FB_W100 | ||
147 | help | 149 | help |
148 | 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 |
149 | e750 family PDA. | 151 | e750 family PDA. |
@@ -160,6 +162,7 @@ config MACH_E800 | |||
160 | bool "Toshiba e800" | 162 | bool "Toshiba e800" |
161 | default y | 163 | default y |
162 | depends on ARCH_PXA_ESERIES | 164 | depends on ARCH_PXA_ESERIES |
165 | select FB_W100 | ||
163 | help | 166 | help |
164 | 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 |
165 | e800 family PDA. | 168 | e800 family PDA. |