hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/video/fbdev/omap2/omapfb/displays/Kconfig
....@@ -1,5 +1,6 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "OMAPFB Panel and Encoder Drivers"
2
- depends on FB_OMAP2_DSS
3
+ depends on FB_OMAP2_DSS
34
45 config FB_OMAP2_ENCODER_OPA362
56 tristate "OPA362 external analog amplifier"
....@@ -8,29 +9,29 @@
89 through a GPIO.
910
1011 config FB_OMAP2_ENCODER_TFP410
11
- tristate "TFP410 DPI to DVI Encoder"
12
+ tristate "TFP410 DPI to DVI Encoder"
1213 help
1314 Driver for TFP410 DPI to DVI encoder.
1415
1516 config FB_OMAP2_ENCODER_TPD12S015
16
- tristate "TPD12S015 HDMI ESD protection and level shifter"
17
+ tristate "TPD12S015 HDMI ESD protection and level shifter"
1718 help
1819 Driver for TPD12S015, which offers HDMI ESD protection and level
1920 shifting.
2021
2122 config FB_OMAP2_CONNECTOR_DVI
22
- tristate "DVI Connector"
23
+ tristate "DVI Connector"
2324 depends on I2C
2425 help
2526 Driver for a generic DVI connector.
2627
2728 config FB_OMAP2_CONNECTOR_HDMI
28
- tristate "HDMI Connector"
29
+ tristate "HDMI Connector"
2930 help
3031 Driver for a generic HDMI connector.
3132
3233 config FB_OMAP2_CONNECTOR_ANALOG_TV
33
- tristate "Analog TV Connector"
34
+ tristate "Analog TV Connector"
3435 help
3536 Driver for a generic analog TV connector.
3637
....@@ -48,6 +49,7 @@
4849 config FB_OMAP2_PANEL_SONY_ACX565AKM
4950 tristate "ACX565AKM Panel"
5051 depends on SPI && BACKLIGHT_CLASS_DEVICE
52
+ depends on DRM_PANEL_SONY_ACX565AKM = n
5153 help
5254 This is the LCD panel used on Nokia N900
5355
....@@ -58,29 +60,33 @@
5860 LCD Panel used on the Gumstix Overo Palo35
5961
6062 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
6568
6669 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.
7175
7276 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
7782
7883 config FB_OMAP2_PANEL_NEC_NL8048HL11
7984 tristate "NEC NL8048HL11 Panel"
8085 depends on SPI
8186 depends on BACKLIGHT_CLASS_DEVICE
87
+ depends on DRM_PANEL_NEC_NL8048HL11 = n
8288 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.
8591
8692 endmenu