]> Git Repo - J-linux.git/commitdiff
arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
authorMikko Rapeli <[email protected]>
Thu, 21 Sep 2023 14:57:22 +0000 (17:57 +0300)
committerArnd Bergmann <[email protected]>
Wed, 27 Sep 2023 09:03:25 +0000 (11:03 +0200)
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: [email protected]
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Bjorn Andersson <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Konrad Dybcio <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Tomer Maimon <[email protected]>
Cc: Bruce Ashfield <[email protected]>
Cc: Jon Mason <[email protected]>
Cc: Jon Mason <[email protected]>
Cc: Ross Burton <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Mikko Rapeli <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm64/configs/defconfig

index 5315789f48682ae684e319361cecef5528a35aec..24531891c7bea81f37009457f0809fb67f9846ca 100644 (file)
@@ -1175,7 +1175,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
This page took 0.053908 seconds and 4 git commands to generate.