Kconfig 533 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. config DRM_MESON_DW_HDMI
  13. tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
  14. depends on DRM_MESON
  15. default y if DRM_MESON
  16. select DRM_DW_HDMI
  17. imply DRM_DW_HDMI_I2S_AUDIO