linux/drivers/gpu/drm/meson/Kconfig
<<
>>
Prefs
   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_KMS_CMA_HELPER
   8        select DRM_GEM_CMA_HELPER
   9        select VIDEOMODE_HELPERS
  10        select REGMAP_MMIO
  11        select MESON_CANVAS
  12
  13config DRM_MESON_DW_HDMI
  14        tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
  15        depends on DRM_MESON
  16        default y if DRM_MESON
  17        select DRM_DW_HDMI
  18        imply DRM_DW_HDMI_I2S_AUDIO
  19