]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-omap-2.6.39/sakoman/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch
b1845e928fd5748ec1dee83adc853cf32afeafc2
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-omap-2.6.39 / sakoman / 0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch
1 From c479d815f14b4b5ed7871660027d043a432968a8 Mon Sep 17 00:00:00 2001
2 From: Tomi Valkeinen <tomi.valkeinen@ti.com>
3 Date: Fri, 8 Apr 2011 09:30:27 +0300
4 Subject: [PATCH 05/28] OMAP: DSS2: fix panel Kconfig dependencies
6 All DPI panels were missing dependency to OMAP2_DSS_DPI. Add the
7 dependency.
9 Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
10 ---
11  drivers/video/omap2/displays/Kconfig |    9 +++++----
12  1 files changed, 5 insertions(+), 4 deletions(-)
14 diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig
15 index 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 -- 
60 1.6.6.1