162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig DRM_MESON 362306a36Sopenharmony_ci tristate "DRM Support for Amlogic Meson Display Controller" 462306a36Sopenharmony_ci depends on DRM && OF && (ARM || ARM64) 562306a36Sopenharmony_ci depends on ARCH_MESON || COMPILE_TEST 662306a36Sopenharmony_ci select DRM_KMS_HELPER 762306a36Sopenharmony_ci select DRM_GEM_DMA_HELPER 862306a36Sopenharmony_ci select DRM_DISPLAY_CONNECTOR 962306a36Sopenharmony_ci select VIDEOMODE_HELPERS 1062306a36Sopenharmony_ci select REGMAP_MMIO 1162306a36Sopenharmony_ci select MESON_CANVAS 1262306a36Sopenharmony_ci select CEC_CORE if CEC_NOTIFIER 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciconfig DRM_MESON_DW_HDMI 1562306a36Sopenharmony_ci tristate "HDMI Synopsys Controller support for Amlogic Meson Display" 1662306a36Sopenharmony_ci depends on DRM_MESON 1762306a36Sopenharmony_ci default y if DRM_MESON 1862306a36Sopenharmony_ci select DRM_DW_HDMI 1962306a36Sopenharmony_ci imply DRM_DW_HDMI_I2S_AUDIO 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ciconfig DRM_MESON_DW_MIPI_DSI 2262306a36Sopenharmony_ci tristate "MIPI DSI Synopsys Controller support for Amlogic Meson Display" 2362306a36Sopenharmony_ci depends on DRM_MESON 2462306a36Sopenharmony_ci default y if DRM_MESON 2562306a36Sopenharmony_ci select DRM_DW_MIPI_DSI 2662306a36Sopenharmony_ci select GENERIC_PHY_MIPI_DPHY 27