diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-06-13 06:50:44 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-03 08:25:09 -0400 |
commit | c0f7edb3099d538017c52556aab596b857dc92ee (patch) | |
tree | 1ac30bbaed92541bf17241b2eeb629c31163e219 /arch/arm/mach-pxa/Kconfig | |
parent | 85847a360ff5012ed7932bb5bb63566ad584e02f (diff) |
[ARM] 5094/1: pcm990: Add framebuffer and backlight support
PCM990 boards can be assembled with either a Sharp STN or a NEC TFT LCD. This
patch adds support for these displays and for the backlight, using the pwm_bl
driver.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>
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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 7db0fd87a45d..03cbd0f7285b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -149,6 +149,22 @@ choice | |||
149 | 149 | ||
150 | config MACH_PCM990_BASEBOARD | 150 | config MACH_PCM990_BASEBOARD |
151 | bool "PHYTEC PCM-990 development board" | 151 | bool "PHYTEC PCM-990 development board" |
152 | select HAVE_PWM | ||
153 | |||
154 | endchoice | ||
155 | |||
156 | choice | ||
157 | prompt "display on pcm990" | ||
158 | depends on MACH_PCM990_BASEBOARD | ||
159 | |||
160 | config PCM990_DISPLAY_SHARP | ||
161 | bool "sharp lq084v1dg21 stn display" | ||
162 | |||
163 | config PCM990_DISPLAY_NEC | ||
164 | bool "nec nl6448bc20_18d tft display" | ||
165 | |||
166 | config PCM990_DISPLAY_NONE | ||
167 | bool "no display" | ||
152 | 168 | ||
153 | endchoice | 169 | endchoice |
154 | 170 | ||