x86: update to linux 4.4
[openwrt.git] / target / linux / pxa / patches-3.10 / 002-verdex_lcd_support.patch
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
5
6 add options to Kconfig for Verdex LCD support
7
8 Signed-off-by: Bobby Powers <bobbypowers@gmail.com>
9 ---
10  drivers/video/Kconfig |   31 +++++++++++++++++++++++++++++++
11  1 files changed, 31 insertions(+), 0 deletions(-)
12
13 --- a/drivers/video/Kconfig
14 +++ b/drivers/video/Kconfig
15 @@ -1905,6 +1905,37 @@ config FB_PXA
16           say M here and read <file:Documentation/kbuild/modules.txt>.
17  
18           If unsure, say N.
19 +choice
20 +       depends on FB_PXA
21 +       prompt "LCD Panel"
22 +       default FB_PXA_SAMSUNG_LTE430WQ_F0C
23 +
24 +config FB_PXA_ALPS_CDOLLAR
25 +       boolean "Chris Dollar's ALPS screen"
26 +       ---help---
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
30 +
31 +config FB_PXA_SHARP_LQ043_PSP
32 +       boolean "SHARP LQ043... series"
33 +       ---help---
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.
38 +
39 +config FB_PXA_SAMSUNG_LTE430WQ_F0C
40 +       boolean "Samsung LTE430WQ-F0C (standard gumstix LCD)"
41 +       ---help---
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.
44 +
45 +config FB_PXA_NONEOFTHEABOVE
46 +       boolean "None of the above"
47 +
48 +endchoice
49 +
50  
51  config FB_PXA_OVERLAY
52         bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"