1# SPDX-License-Identifier: GPL-2.0-only
2menu "OMAPDRM External Display Device Drivers"
3
4config DRM_OMAP_ENCODER_OPA362
5	tristate "OPA362 external analog amplifier"
6	help
7	  Driver for OPA362 external analog TV amplifier controlled
8	  through a GPIO.
9
10config DRM_OMAP_ENCODER_TPD12S015
11        tristate "TPD12S015 HDMI ESD protection and level shifter"
12	help
13	  Driver for TPD12S015, which offers HDMI ESD protection and level
14	  shifting.
15
16config DRM_OMAP_CONNECTOR_HDMI
17        tristate "HDMI Connector"
18	help
19	  Driver for a generic HDMI connector.
20
21config DRM_OMAP_CONNECTOR_ANALOG_TV
22        tristate "Analog TV Connector"
23	help
24	  Driver for a generic analog TV connector.
25
26config DRM_OMAP_PANEL_DSI_CM
27	tristate "Generic DSI Command Mode Panel"
28	depends on BACKLIGHT_CLASS_DEVICE
29	help
30	  Driver for generic DSI command mode panels.
31
32endmenu
33