.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menu "OMAPFB Panel and Encoder Drivers" |
---|
2 | | - depends on FB_OMAP2_DSS |
---|
| 3 | + depends on FB_OMAP2_DSS |
---|
3 | 4 | |
---|
4 | 5 | config FB_OMAP2_ENCODER_OPA362 |
---|
5 | 6 | tristate "OPA362 external analog amplifier" |
---|
.. | .. |
---|
8 | 9 | through a GPIO. |
---|
9 | 10 | |
---|
10 | 11 | config FB_OMAP2_ENCODER_TFP410 |
---|
11 | | - tristate "TFP410 DPI to DVI Encoder" |
---|
| 12 | + tristate "TFP410 DPI to DVI Encoder" |
---|
12 | 13 | help |
---|
13 | 14 | Driver for TFP410 DPI to DVI encoder. |
---|
14 | 15 | |
---|
15 | 16 | config FB_OMAP2_ENCODER_TPD12S015 |
---|
16 | | - tristate "TPD12S015 HDMI ESD protection and level shifter" |
---|
| 17 | + tristate "TPD12S015 HDMI ESD protection and level shifter" |
---|
17 | 18 | help |
---|
18 | 19 | Driver for TPD12S015, which offers HDMI ESD protection and level |
---|
19 | 20 | shifting. |
---|
20 | 21 | |
---|
21 | 22 | config FB_OMAP2_CONNECTOR_DVI |
---|
22 | | - tristate "DVI Connector" |
---|
| 23 | + tristate "DVI Connector" |
---|
23 | 24 | depends on I2C |
---|
24 | 25 | help |
---|
25 | 26 | Driver for a generic DVI connector. |
---|
26 | 27 | |
---|
27 | 28 | config FB_OMAP2_CONNECTOR_HDMI |
---|
28 | | - tristate "HDMI Connector" |
---|
| 29 | + tristate "HDMI Connector" |
---|
29 | 30 | help |
---|
30 | 31 | Driver for a generic HDMI connector. |
---|
31 | 32 | |
---|
32 | 33 | config FB_OMAP2_CONNECTOR_ANALOG_TV |
---|
33 | | - tristate "Analog TV Connector" |
---|
| 34 | + tristate "Analog TV Connector" |
---|
34 | 35 | help |
---|
35 | 36 | Driver for a generic analog TV connector. |
---|
36 | 37 | |
---|
.. | .. |
---|
48 | 49 | config FB_OMAP2_PANEL_SONY_ACX565AKM |
---|
49 | 50 | tristate "ACX565AKM Panel" |
---|
50 | 51 | depends on SPI && BACKLIGHT_CLASS_DEVICE |
---|
| 52 | + depends on DRM_PANEL_SONY_ACX565AKM = n |
---|
51 | 53 | help |
---|
52 | 54 | This is the LCD panel used on Nokia N900 |
---|
53 | 55 | |
---|
.. | .. |
---|
58 | 60 | LCD Panel used on the Gumstix Overo Palo35 |
---|
59 | 61 | |
---|
60 | 62 | config FB_OMAP2_PANEL_SHARP_LS037V7DW01 |
---|
61 | | - tristate "Sharp LS037V7DW01 LCD Panel" |
---|
62 | | - depends on BACKLIGHT_CLASS_DEVICE |
---|
63 | | - help |
---|
64 | | - LCD Panel used in TI's SDP3430 and EVM boards |
---|
| 63 | + tristate "Sharp LS037V7DW01 LCD Panel" |
---|
| 64 | + depends on BACKLIGHT_CLASS_DEVICE |
---|
| 65 | + depends on DRM_PANEL_SHARP_LS037V7DW01 = n |
---|
| 66 | + help |
---|
| 67 | + LCD Panel used in TI's SDP3430 and EVM boards |
---|
65 | 68 | |
---|
66 | 69 | config FB_OMAP2_PANEL_TPO_TD028TTEC1 |
---|
67 | | - tristate "TPO TD028TTEC1 LCD Panel" |
---|
68 | | - depends on SPI |
---|
69 | | - help |
---|
70 | | - LCD panel used in Openmoko. |
---|
| 70 | + tristate "TPO TD028TTEC1 LCD Panel" |
---|
| 71 | + depends on SPI |
---|
| 72 | + depends on DRM_PANEL_TPO_TD028TTEC1 = n |
---|
| 73 | + help |
---|
| 74 | + LCD panel used in Openmoko. |
---|
71 | 75 | |
---|
72 | 76 | config FB_OMAP2_PANEL_TPO_TD043MTEA1 |
---|
73 | | - tristate "TPO TD043MTEA1 LCD Panel" |
---|
74 | | - depends on SPI |
---|
75 | | - help |
---|
76 | | - LCD Panel used in OMAP3 Pandora |
---|
| 77 | + tristate "TPO TD043MTEA1 LCD Panel" |
---|
| 78 | + depends on SPI |
---|
| 79 | + depends on DRM_PANEL_TPO_TD043MTEA1 = n |
---|
| 80 | + help |
---|
| 81 | + LCD Panel used in OMAP3 Pandora |
---|
77 | 82 | |
---|
78 | 83 | config FB_OMAP2_PANEL_NEC_NL8048HL11 |
---|
79 | 84 | tristate "NEC NL8048HL11 Panel" |
---|
80 | 85 | depends on SPI |
---|
81 | 86 | depends on BACKLIGHT_CLASS_DEVICE |
---|
| 87 | + depends on DRM_PANEL_NEC_NL8048HL11 = n |
---|
82 | 88 | help |
---|
83 | | - This NEC NL8048HL11 panel is TFT LCD used in the |
---|
84 | | - Zoom2/3/3630 sdp boards. |
---|
| 89 | + This NEC NL8048HL11 panel is TFT LCD used in the |
---|
| 90 | + Zoom2/3/3630 sdp boards. |
---|
85 | 91 | |
---|
86 | 92 | endmenu |
---|