diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-05-23 09:15:49 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-23 14:37:33 +0200 |
commit | 5294c2d78f4ae96864e3f25c1fbc93191083973e (patch) | |
tree | 58b5e624c24bdd0f7894a3f01f68ef254e55def8 /arch/arm64/configs | |
parent | arm64: defconfig: enable the SA8775P GPUCC driver (diff) | |
download | linux-5294c2d78f4ae96864e3f25c1fbc93191083973e.tar.xz linux-5294c2d78f4ae96864e3f25c1fbc93191083973e.zip |
arm64: defconfig: enable FSA4480 driver as module
Enable the FSA4480 driver as module for Qualcomm HDK8350 and HDK8450
platforms to permit USB-C Altmode support.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230503-topic-sm8450-graphics-dp-next-v3-5-6c43d293995f@linaro.org
Diffstat (limited to 'arch/arm64/configs')
-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 72136a45c634..450d5a15c14b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -992,6 +992,7 @@ CONFIG_TYPEC_FUSB302=m CONFIG_TYPEC_TPS6598X=m CONFIG_TYPEC_HD3SS3220=m CONFIG_TYPEC_UCSI=m +CONFIG_TYPEC_MUX_FSA4480=m CONFIG_UCSI_CCG=m CONFIG_TYPEC_MUX_GPIO_SBU=m CONFIG_MMC=y |