[PATCH] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y

Mikko Rapeli mikko.rapeli at linaro.org
Tue Aug 15 00:36:56 PDT 2023


There is no code for this config option and enabling it in defconfig
causes warnings from tools which are detecting unused and obsolete
kernel config flags since the flag will be completely missing from
effective build config after "make olddefconfig".

Fixes yocto kernel recipe build time warning:

WARNING: [kernel config]: This BSP contains fragments with warnings:
...
[INFO]: the following symbols were not found in the active
configuration:
     - CONFIG_COMMON_CLK_NPCM8XX

The flag was added with commit 45472f1e5348c7b755b4912f2f529ec81cea044b
v5.19-rc4-15-g45472f1e5348 so 6.1 and 6.4 stable kernel trees are
affected.

Fixes: 45472f1e5348c7b755b4912f2f529ec81cea044b ("arm64: defconfig: Add Nuvoton NPCM family support")
Cc: stable at kernel.org
Cc: Bruce Ashfield <bruce.ashfield at gmail.com>
Cc: Jon Mason <jon.mason at arm.com>
Cc: Jon Mason <jdmason at kudzu.us>
Cc: Ross Burton <ross at burtonini.com>
Cc: Arnd Bergmann <arnd at arndb.de>
Signed-off-by: Mikko Rapeli <mikko.rapeli at linaro.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ac785e36ba3d..fc8c3c5ec118 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1123,7 +1123,6 @@ CONFIG_COMMON_CLK_S2MPS11=y
 CONFIG_COMMON_CLK_PWM=y
 CONFIG_COMMON_CLK_RS9_PCIE=y
 CONFIG_COMMON_CLK_VC5=y
-CONFIG_COMMON_CLK_NPCM8XX=y
 CONFIG_COMMON_CLK_BD718XX=m
 CONFIG_CLK_RASPBERRYPI=m
 CONFIG_CLK_IMX8MM=y
-- 
2.34.1




More information about the linux-arm-kernel mailing list