Message ID | 20241213122749.2132488-1-ross.burton@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: remove obsolete CONFIG_SM_DISPCC_8650 | expand |
On 13/12/2024 13:27, Ross Burton wrote: > 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> > --- This won't be applied if you do not send it to proper folks. See soc maintainer profile for explanation. TLDR, get maintainers on SoC subsystem this belongs to. Please resend to proper addresses with: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e615863..c6d6a31a8f48c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1352,7 +1352,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
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> --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-)