mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user