diff options
author | 2024-12-13 16:12:58 +0000 | |
---|---|---|
committer | 2024-12-26 12:49:16 -0600 | |
commit | 9be2923ff9641d6491b8ea43791382966505435f (patch) | |
tree | 1c052ce2a9c38bdd842f353ce46757ee396099ae | |
parent | arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS8300 (diff) | |
download | wireguard-linux-9be2923ff9641d6491b8ea43791382966505435f.tar.xz wireguard-linux-9be2923ff9641d6491b8ea43791382966505435f.zip |
arm64: defconfig: remove obsolete CONFIG_SM_DISPCC_8650
This option was removed from the Kconfig in commit 802b83205519 ("clk:
qcom: fold dispcc-sm8650 info dispcc-sm8550") but it was not removed
from the defconfig.
Fixes: 802b83205519 ("clk: qcom: fold dispcc-sm8650 info dispcc-sm8550")
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241213-clkmaster-v1-1-dcbf7fad37b1@arm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2554f5ec1fb3..ac90b8fa1f8f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1358,7 +1358,6 @@ CONFIG_SM_DISPCC_6115=m CONFIG_SM_DISPCC_8250=y CONFIG_SM_DISPCC_8450=m CONFIG_SM_DISPCC_8550=m -CONFIG_SM_DISPCC_8650=m CONFIG_SM_GCC_4450=y CONFIG_SM_GCC_6115=y CONFIG_SM_GCC_8350=y |