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_CMA_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