Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1# SPDX-License-Identifier: GPL-2.0-only
 2config DRM_MESON
 3	tristate "DRM Support for Amlogic Meson Display Controller"
 4	depends on DRM && OF && (ARM || ARM64)
 5	depends on ARCH_MESON || COMPILE_TEST
 6	select DRM_KMS_HELPER
 7	select DRM_GEM_DMA_HELPER
 8	select DRM_DISPLAY_CONNECTOR
 9	select VIDEOMODE_HELPERS
10	select REGMAP_MMIO
11	select MESON_CANVAS
12	select CEC_CORE if CEC_NOTIFIER
13
14config DRM_MESON_DW_HDMI
15	tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
16	depends on DRM_MESON
17	default y if DRM_MESON
18	select DRM_DW_HDMI
19	imply DRM_DW_HDMI_I2S_AUDIO
20
21config DRM_MESON_DW_MIPI_DSI
22	tristate "MIPI DSI Synopsys Controller support for Amlogic Meson Display"
23	depends on DRM_MESON
24	default y if DRM_MESON
25	select DRM_DW_MIPI_DSI
26	select GENERIC_PHY_MIPI_DPHY