[PATCH v2 17/17] riscv: defconfig: spacemit: k3: enable display driver
Cody Kang via B4 Relay <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.comp.video.dri.devel,gmane.linux.drivers.devicetree,gmane.linux.kernel,gmane.linux.kernel.clk |
|---|---|
| Message-ID | <[email protected]> |
From: Cody Kang <[email protected]> Enable the Saturn DPU and the DP/eDP controller as modules, matching the other DRM drivers in this defconfig; the DP PHY follows through the controller's imply. Signed-off-by: Cody Kang <[email protected]> --- v2: - no change --- arch/riscv/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 74ba5acc12a40..c38853d69d559 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -191,6 +191,8 @@ CONFIG_VIDEO_CADENCE_CSI2RX=m CONFIG_DRM=m CONFIG_DRM_RADEON=m CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_SPACEMIT=m +CONFIG_SPACEMIT_INNO_DP=m CONFIG_DRM_SUN4I=m CONFIG_DRM_VIRTIO_GPU=m CONFIG_FB=y -- 2.43.0