From: Guodong Xu Date: Fri, 22 Aug 2025 03:06:34 +0000 (+0800) Subject: riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3df7ce0e43ad94afce24b6300e7836e2db6dc0ee;p=users%2Fhch%2Fmisc.git riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC Enable CONFIG_MMP_PDMA in the riscv defconfig for SpacemiT K1 SoC boards. Signed-off-by: Guodong Xu Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index f25394d088d0..b9ef2da15fb2 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -241,6 +241,7 @@ CONFIG_RTC_DRV_SUN6I=y CONFIG_DMADEVICES=y CONFIG_DMA_SUN6I=m CONFIG_DW_AXI_DMAC=y +CONFIG_MMP_PDMA=m CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_INPUT=y