Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_MESON
0003         tristate "DRM Support for Amlogic Meson Display Controller"
0004         depends on DRM && OF && (ARM || ARM64)
0005         depends on ARCH_MESON || COMPILE_TEST
0006         select DRM_KMS_HELPER
0007         select DRM_GEM_CMA_HELPER
0008         select DRM_DISPLAY_CONNECTOR
0009         select VIDEOMODE_HELPERS
0010         select REGMAP_MMIO
0011         select MESON_CANVAS
0012         select CEC_CORE if CEC_NOTIFIER
0013 
0014 config DRM_MESON_DW_HDMI
0015         tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
0016         depends on DRM_MESON
0017         default y if DRM_MESON
0018         select DRM_DW_HDMI
0019         imply DRM_DW_HDMI_I2S_AUDIO