diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-10-17 10:04:54 +0200 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-11-20 17:57:57 +0100 |
commit | 1ef0f64a685ecfaf356376e844c98c0ebd0c9e5f (patch) | |
tree | 5668c085bfd4be978beb3668c47f76fad584c8fb | |
parent | 8573ea4105829b9a915b23f56d1577b3f09ed918 (diff) |
qcom_defconfig: enable PINCONF
The SM8550 and SM8650 SoCs requires PINCONF to properly
setup SDC pins in order to function correctly.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r-- | configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index ea0dd3e5801..3ffc650c771 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -81,6 +81,7 @@ CONFIG_PHY_QCOM_QUSB2=y CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_PHY_QCOM_SNPS_EUSB2=y CONFIG_PINCTRL=y +CONFIG_PINCONF=y CONFIG_PINCTRL_QCOM_APQ8016=y CONFIG_PINCTRL_QCOM_APQ8096=y CONFIG_PINCTRL_QCOM_QCM2290=y |