treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / omapdrm / displays / Kconfig
blobb562a8cd61bfaec12d6e8e9d85ee1c56a33741a0
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "OMAPDRM External Display Device Drivers"
4 config 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.
10 config 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.
16 config DRM_OMAP_CONNECTOR_HDMI
17         tristate "HDMI Connector"
18         help
19           Driver for a generic HDMI connector.
21 config DRM_OMAP_CONNECTOR_ANALOG_TV
22         tristate "Analog TV Connector"
23         help
24           Driver for a generic analog TV connector.
26 config 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.
32 endmenu