From e65a7545d5bd233c8f99d547899d81011691a65f Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 4 Sep 2023 15:36:00 +0800 Subject: [PATCH] arm64: rockchip_linux_defconfig: Enable CONFIG_WERROR Signed-off-by: Tao Huang Change-Id: I16977a40032f7f6e3fa6362a7a89a1977dfa646b --- 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 3f8b88a22c1f..6d4274f4b520 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -1,3 +1,4 @@ +CONFIG_WERROR=y CONFIG_DEFAULT_HOSTNAME="localhost" CONFIG_SYSVIPC=y CONFIG_NO_HZ=y