1 From eb92a178eceae4e5d18bbb442b8e44cb88457d60 Mon Sep 17 00:00:00 2001
2 From: Joseph Kortje <jpktech@rogers.com>
3 Date: Wed, 28 Oct 2009 21:25:57 -0400
4 Subject: [PATCH] [ARM] Gumstix Verdex LCD config options
6 add options to Kconfig for Verdex LCD support
8 Signed-off-by: Bobby Powers <bobbypowers@gmail.com>
10 drivers/video/Kconfig | 31 +++++++++++++++++++++++++++++++
11 1 files changed, 31 insertions(+), 0 deletions(-)
13 --- a/drivers/video/Kconfig
14 +++ b/drivers/video/Kconfig
15 @@ -1772,6 +1772,37 @@ config FB_PXA
16 say M here and read <file:Documentation/kbuild/modules.txt>.
22 + default FB_PXA_SAMSUNG_LTE430WQ_F0C
24 +config FB_PXA_ALPS_CDOLLAR
25 + boolean "Chris Dollar's ALPS screen"
27 + Enable definitions (over-ridable on the kernel command line if
28 + "PXA LCD command line parameters" is also selected) for an ALPS
29 + screen which Chris Dollar uses
31 +config FB_PXA_SHARP_LQ043_PSP
32 + boolean "SHARP LQ043... series"
34 + Enable definitions (over-ridable on the kernel command line if
35 + "PXA LCD command line parameters" is also selected) for a SHARP
36 + LQ043... screen, such as the one used by the PSP. These screens are
37 + the ones normally sold by gumstix with its boards.
39 +config FB_PXA_SAMSUNG_LTE430WQ_F0C
40 + boolean "Samsung LTE430WQ-F0C (standard gumstix LCD)"
42 + Enable definitions for a Samsung LTE430WQ-F0C LCD panel, such as the ones resold
43 + by gumstix for use with their "LCD-Ready" boards.
45 +config FB_PXA_NONEOFTHEABOVE
46 + boolean "None of the above"
52 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"