From abfeb26cd67af34bae5e90cc343b2338be46871f Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 28 Oct 2022 16:30:10 +0800 Subject: [PATCH] arm64: rockchip_linux_defconfig: enable Rockchip AMP Enable the following macros for AMP system: CONFIG_ROCKCHIP_AMP=y Signed-off-by: Steven Liu Change-Id: Ie8335e429d0da4414994df553351611351c24704 --- arch/arm64/configs/rockchip_linux_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index 940dbe850891..42b28a655c87 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -506,6 +506,7 @@ CONFIG_CPU_RK3328=y CONFIG_CPU_RK3399=y CONFIG_CPU_RK3568=y CONFIG_CPU_RK3588=y +CONFIG_ROCKCHIP_AMP=y CONFIG_ROCKCHIP_CPUINFO=y CONFIG_ROCKCHIP_GRF=y CONFIG_ROCKCHIP_IODOMAIN=y