diff options
author | 2022-04-05 00:59:13 +0300 | |
---|---|---|
committer | 2022-04-07 22:27:16 -0500 | |
commit | e77817b4953dcf59a83bfab18ca5af80d9231d72 (patch) | |
tree | 37f8d261bba2d90ad323ae793de2fdc77326dc25 | |
parent | arm64: defconfig: enable wcd9335 codec as module (diff) | |
download | wireguard-linux-e77817b4953dcf59a83bfab18ca5af80d9231d72.tar.xz wireguard-linux-e77817b4953dcf59a83bfab18ca5af80d9231d72.zip |
arm64: defconfig: reenable SM_DISPCC_8250
CONFIG_SM_DISPCC_8250 is not enabled by default, but it is still
necessary for the Qualcomm RB5 board. Reenable it (as it was enabled
before the commit dde8cd786e37 ("arm64: defconfig: rebuild default
configuration")).
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Fixes: dde8cd786e37 ("arm64: defconfig: rebuild default configuration")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220404215913.1497172-1-dmitry.baryshkov@linaro.org
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2ef317f7961b..a5f69f5ed6ce 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1032,6 +1032,7 @@ CONFIG_SM_GCC_8350=y CONFIG_SM_GCC_8450=y CONFIG_SM_GPUCC_8150=y CONFIG_SM_GPUCC_8250=y +CONFIG_SM_DISPCC_8250=y CONFIG_QCOM_HFPLL=y CONFIG_CLK_GFM_LPASS_SM8250=m CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y |