summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch b/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch
new file mode 100644
index 00000000..a8279242
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch
@@ -0,0 +1,61 @@
1From fcb26a06fe1badfaaf7aaa68140c8b3370dd503e Mon Sep 17 00:00:00 2001
2From: Tomi Valkeinen <tomi.valkeinen@ti.com>
3Date: Fri, 8 Apr 2011 09:30:27 +0300
4Subject: [PATCH 05/32] OMAP: DSS2: fix panel Kconfig dependencies
5
6All DPI panels were missing dependency to OMAP2_DSS_DPI. Add the
7dependency.
8
9Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
10---
11 drivers/video/omap2/displays/Kconfig | 9 +++++----
12 1 files changed, 5 insertions(+), 4 deletions(-)
13
14diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig
15index d18ad6b..609a280 100644
16--- a/drivers/video/omap2/displays/Kconfig
17+++ b/drivers/video/omap2/displays/Kconfig
18@@ -3,6 +3,7 @@ menu "OMAP2/3 Display Device Drivers"
19
20 config PANEL_GENERIC_DPI
21 tristate "Generic DPI Panel"
22+ depends on OMAP2_DSS_DPI
23 help
24 Generic DPI panel driver.
25 Supports DVI output for Beagle and OMAP3 SDP.
26@@ -11,20 +12,20 @@ config PANEL_GENERIC_DPI
27
28 config PANEL_LGPHILIPS_LB035Q02
29 tristate "LG.Philips LB035Q02 LCD Panel"
30- depends on OMAP2_DSS && SPI
31+ depends on OMAP2_DSS_DPI && SPI
32 help
33 LCD Panel used on the Gumstix Overo Palo35
34
35 config PANEL_SHARP_LS037V7DW01
36 tristate "Sharp LS037V7DW01 LCD Panel"
37- depends on OMAP2_DSS
38+ depends on OMAP2_DSS_DPI
39 select BACKLIGHT_CLASS_DEVICE
40 help
41 LCD Panel used in TI's SDP3430 and EVM boards
42
43 config PANEL_NEC_NL8048HL11_01B
44 tristate "NEC NL8048HL11-01B Panel"
45- depends on OMAP2_DSS
46+ depends on OMAP2_DSS_DPI
47 help
48 This NEC NL8048HL11-01B panel is TFT LCD
49 used in the Zoom2/3/3630 sdp boards.
50@@ -37,7 +38,7 @@ config PANEL_TAAL
51
52 config PANEL_TPO_TD043MTEA1
53 tristate "TPO TD043MTEA1 LCD Panel"
54- depends on OMAP2_DSS && SPI
55+ depends on OMAP2_DSS_DPI && SPI
56 help
57 LCD Panel used in OMAP3 Pandora
58
59--
601.6.6.1
61