[PATCH] ARM: defconfig: remove duplicate CONFIG_TI_PRUSS
From: David Lechner
Date: Thu Mar 05 2026 - 15:25:09 EST
Remove a duplicate entry of CONFIG_TI_PRUSS=m in the multi_v7_defconfig
file.
This was noticed by the following warning during a build:
arch/arm/configs/multi_v7_defconfig:1152:warning: override: reassigning to symbol TI_PRUSS
Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
---
In case anyone is wondering, I used savedefconfig to make sure I removed
the one in the "incorrect" place.
---
arch/arm/configs/multi_v7_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f75d75cf91c8..70d05f74049e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -279,7 +279,6 @@ CONFIG_TI_CPSW_SWITCHDEV=y
CONFIG_TI_CPTS=y
CONFIG_TI_KEYSTONE_NETCP=y
CONFIG_TI_KEYSTONE_NETCP_ETHSS=y
-CONFIG_TI_PRUSS=m
CONFIG_TI_PRUETH=m
CONFIG_XILINX_EMACLITE=y
CONFIG_SFP=m
---
base-commit: 3f9cd19e764b782706dbaacc69e502099cb014ba
change-id: 20260305-arm-defconfig-remove-dup-ti-pruss-eda912a22df3
Best regards,
--
David Lechner <dlechner@xxxxxxxxxxxx>