In order to keep PHY_QCOM_QUSB2 enabled after the recent patches, also
enable SYSCON which is a new dependency.

Signed-off-by: Luca Weiss <[email protected]>
---
 configs/qcom_defconfig             | 1 +
 configs/qcom_ipq5424_mmc_defconfig | 1 +
 configs/qcom_ipq9574_mmc_defconfig | 1 +
 3 files changed, 3 insertions(+)

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index c52f619850d..5ca3f5d01cb 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -53,6 +53,7 @@ CONFIG_OF_LIVE=y
 CONFIG_OF_UPSTREAM_BUILD_VENDOR=y
 CONFIG_ENV_USE_DEFAULT_ENV_TEXT_FILE=y
 CONFIG_ENV_DEFAULT_ENV_TEXT_FILE="board/qualcomm/default.env"
+CONFIG_SYSCON=y
 CONFIG_BUTTON_QCOM_PMIC=y
 CONFIG_CLK=y
 CONFIG_CLK_STUB=y
diff --git a/configs/qcom_ipq5424_mmc_defconfig 
b/configs/qcom_ipq5424_mmc_defconfig
index 299cd2c8a6f..4a450ef2fd7 100644
--- a/configs/qcom_ipq5424_mmc_defconfig
+++ b/configs/qcom_ipq5424_mmc_defconfig
@@ -27,6 +27,7 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_PART=y
 CONFIG_OF_LIVE=y
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_SYSCON=y
 CONFIG_CLK=y
 CONFIG_CLK_QCOM_IPQ5424=y
 CONFIG_MSM_GPIO=y
diff --git a/configs/qcom_ipq9574_mmc_defconfig 
b/configs/qcom_ipq9574_mmc_defconfig
index d1da6bc82c8..08a065572f0 100644
--- a/configs/qcom_ipq9574_mmc_defconfig
+++ b/configs/qcom_ipq9574_mmc_defconfig
@@ -27,6 +27,7 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_PART=y
 CONFIG_OF_LIVE=y
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_SYSCON=y
 CONFIG_CLK=y
 CONFIG_CLK_QCOM_IPQ9574=y
 CONFIG_MSM_GPIO=y

-- 
2.55.0

Reply via email to