drm: DRM_EDID and DRM_DP default y if !ROCKCHIP_MINI_KERNEL

DRM_EDID and DRM_DP default n if ROCKCHIP_MINI_KERNEL=y.

Fixes: a92ed4afa9 ("drm/edid: add config option of edid function")
Fixes: f031ad34e5 ("drm/rockchip: add config option of DRM DP support")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3e5b42381306edf31e95dfca8690a26a1683aecf
This commit is contained in:
Tao Huang
2022-02-27 15:18:28 +08:00
parent 5e8a9b4279
commit 4ee33b2d19

View File

@@ -34,7 +34,7 @@ config DRM_MIPI_DBI
config DRM_EDID
bool "EDID function for DRM"
depends on DRM
default y if !CPU_RV1106 && !CPU_RV1126
default y if !ROCKCHIP_MINI_KERNEL
help
DRM EDID read and parse function.
@@ -51,6 +51,7 @@ config DRM_DP
depends on DRM
depends on DRM_KMS_HELPER
default y if DRM_ANALOGIX_DP
default y if !ROCKCHIP_MINI_KERNEL
help
Choose this option to support DP interface.