2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-12-09 19:36:24 +00:00
|
|
|
menu "OMAPDRM External Display Device Drivers"
|
2013-05-24 11:18:30 +00:00
|
|
|
|
2016-05-31 13:15:05 +00:00
|
|
|
config DRM_OMAP_ENCODER_OPA362
|
2014-12-03 21:33:20 +00:00
|
|
|
tristate "OPA362 external analog amplifier"
|
|
|
|
help
|
|
|
|
Driver for OPA362 external analog TV amplifier controlled
|
|
|
|
through a GPIO.
|
|
|
|
|
2016-05-31 13:15:05 +00:00
|
|
|
config DRM_OMAP_ENCODER_TPD12S015
|
2013-05-24 11:20:14 +00:00
|
|
|
tristate "TPD12S015 HDMI ESD protection and level shifter"
|
|
|
|
help
|
|
|
|
Driver for TPD12S015, which offers HDMI ESD protection and level
|
|
|
|
shifting.
|
|
|
|
|
2016-05-31 13:15:05 +00:00
|
|
|
config DRM_OMAP_CONNECTOR_HDMI
|
2013-05-24 11:21:08 +00:00
|
|
|
tristate "HDMI Connector"
|
|
|
|
help
|
|
|
|
Driver for a generic HDMI connector.
|
|
|
|
|
2016-05-31 13:15:05 +00:00
|
|
|
config DRM_OMAP_CONNECTOR_ANALOG_TV
|
2013-05-24 11:21:30 +00:00
|
|
|
tristate "Analog TV Connector"
|
|
|
|
help
|
|
|
|
Driver for a generic analog TV connector.
|
|
|
|
|
2016-05-31 13:15:05 +00:00
|
|
|
config DRM_OMAP_PANEL_DSI_CM
|
2013-05-24 11:22:20 +00:00
|
|
|
tristate "Generic DSI Command Mode Panel"
|
2013-09-25 11:31:01 +00:00
|
|
|
depends on BACKLIGHT_CLASS_DEVICE
|
2013-05-24 11:22:20 +00:00
|
|
|
help
|
|
|
|
Driver for generic DSI command mode panels.
|
|
|
|
|
2013-05-24 11:18:30 +00:00
|
|
|
endmenu
|