[PATCH] ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=m

Nathan Chancellor posted 1 patch 1 month ago
arch/arm/configs/multi_v7_defconfig | 1 -
1 file changed, 1 deletion(-)
[PATCH] ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=m
Posted by Nathan Chancellor 1 month ago
Commit ee1ab82ee032 ("ARM: defconfig: move entries") added a duplicate
instance of CONFIG_TI_PRUSS=m, causing a Kconfig warning:

  arch/arm/configs/multi_v7_defconfig:1152:warning: override: reassigning to symbol TI_PRUSS

Drop the first instance, as the second instance added by the
aforementioned change is where savedefconfig puts it.

Fixes: ee1ab82ee032 ("ARM: defconfig: move entries")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
 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: 11439c4635edd669ae435eec308f4ab8a0804808
change-id: 20260305-arm-defconfig-drop-duplicate-ti-pruss-f140cd5dabb1

Best regards,
--  
Nathan Chancellor <nathan@kernel.org>
Re: [PATCH] ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=m
Posted by Krzysztof Kozlowski 3 weeks, 5 days ago
On Thu, 05 Mar 2026 15:25:18 -0700, Nathan Chancellor wrote:
> Commit ee1ab82ee032 ("ARM: defconfig: move entries") added a duplicate
> instance of CONFIG_TI_PRUSS=m, causing a Kconfig warning:
> 
>   arch/arm/configs/multi_v7_defconfig:1152:warning: override: reassigning to symbol TI_PRUSS
> 
> Drop the first instance, as the second instance added by the
> aforementioned change is where savedefconfig puts it.
> 
> [...]

Applied, thanks!

[1/1] ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=m
      https://git.kernel.org/soc/soc/c/9e22e9c4a5bd208a2d17f0b1a8414c170b4e5939

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>