[PATCH] LoongArch: loongson3_defconfig: Compile ast drm driver as module by default

From: Sui Jingfeng
Date: Thu Aug 03 2023 - 05:03:39 EST


ASpeed GPU is typically found on the Loongson server platform,
as a peripheral device driver, it generally should be compiled as a module.

Signed-off-by: Sui Jingfeng <suijingfeng@xxxxxxxxxxx>
---
arch/loongarch/configs/loongson3_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index 6cd26dd3c134..dbf16aa85d8f 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -640,7 +640,7 @@ CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
-CONFIG_DRM_AST=y
+CONFIG_DRM_AST=m
CONFIG_DRM_QXL=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_FB=y
--
2.34.1