2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-11-10 22:29:37 +08:00
|
|
|
config DRM_MESON
|
|
|
|
tristate "DRM Support for Amlogic Meson Display Controller"
|
|
|
|
depends on DRM && OF && (ARM || ARM64)
|
|
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select DRM_KMS_CMA_HELPER
|
|
|
|
select DRM_GEM_CMA_HELPER
|
|
|
|
select VIDEOMODE_HELPERS
|
|
|
|
select REGMAP_MMIO
|
2018-11-05 18:45:08 +08:00
|
|
|
select MESON_CANVAS
|
2017-04-04 20:15:27 +08:00
|
|
|
|
|
|
|
config DRM_MESON_DW_HDMI
|
|
|
|
tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
|
|
|
|
depends on DRM_MESON
|
|
|
|
default y if DRM_MESON
|
|
|
|
select DRM_DW_HDMI
|
2019-04-29 18:23:25 +08:00
|
|
|
imply DRM_DW_HDMI_I2S_AUDIO
|