kernel/drivers/gpu/drm/meson/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config DRM_MESON 2 3 tristate "DRM Support for Amlogic Meson Display Controller" 3 4 depends on DRM && OF && (ARM || ARM64) .. .. @@ -7,9 +8,11 @@ 7 8 select DRM_GEM_CMA_HELPER 8 9 select VIDEOMODE_HELPERS 9 10 select REGMAP_MMIO 11 + select MESON_CANVAS10 12 11 13 config DRM_MESON_DW_HDMI 12 14 tristate "HDMI Synopsys Controller support for Amlogic Meson Display" 13 15 depends on DRM_MESON 14 16 default y if DRM_MESON 15 17 select DRM_DW_HDMI 18 + imply DRM_DW_HDMI_I2S_AUDIO