[openwrt/openwrt] qualcommax: disable IPQ5018 specific symbols

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 6 12:59:34 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/98d7f4202fe9861fcdc64d694aecf6945bbc7de8

commit 98d7f4202fe9861fcdc64d694aecf6945bbc7de8
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Feb 6 20:29:03 2025 +0100

    qualcommax: disable IPQ5018 specific symbols
    
    Newly introduced IPQ5018 specific symbols will stop compilation of
    ipq807x and ipq60xx subtargets, so make sure to disable them in the
    generic config.
    
    Link: https://github.com/openwrt/openwrt/pull/17884
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/config-6.6 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/qualcommax/config-6.6 b/target/linux/qualcommax/config-6.6
index 3519557bcc..a24a617124 100644
--- a/target/linux/qualcommax/config-6.6
+++ b/target/linux/qualcommax/config-6.6
@@ -197,8 +197,10 @@ CONFIG_I2C_QUP=y
 CONFIG_IIO=y
 CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
 CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_IPQ5018_PHY is not set
 CONFIG_IPQ_APSS_6018=y
 CONFIG_IPQ_APSS_PLL=y
+# CONFIG_IPQ_CMN_PLL is not set
 # CONFIG_IPQ_GCC_4019 is not set
 # CONFIG_IPQ_GCC_5018 is not set
 # CONFIG_IPQ_GCC_5332 is not set
@@ -333,6 +335,7 @@ CONFIG_PHY_QCOM_QMP_USB=y
 CONFIG_PHY_QCOM_QUSB2=y
 # CONFIG_PHY_QCOM_SGMII_ETH is not set
 # CONFIG_PHY_QCOM_SNPS_EUSB2 is not set
+# CONFIG_PHY_QCOM_UNIPHY_PCIE_28LP is not set
 # CONFIG_PHY_QCOM_USB_HS_28NM is not set
 # CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
 # CONFIG_PHY_QCOM_USB_SS is not set
@@ -406,6 +409,7 @@ CONFIG_QCOM_NET_PHYLIB=y
 CONFIG_QCOM_PIL_INFO=y
 # CONFIG_QCOM_Q6V5_ADSP is not set
 CONFIG_QCOM_Q6V5_COMMON=y
+# CONFIG_QCOM_Q6V5_MPD is not set
 # CONFIG_QCOM_Q6V5_MSS is not set
 # CONFIG_QCOM_Q6V5_PAS is not set
 CONFIG_QCOM_Q6V5_WCSS=y
@@ -536,6 +540,7 @@ CONFIG_SPARSE_IRQ=y
 CONFIG_SPI=y
 CONFIG_SPI_MASTER=y
 CONFIG_SPI_MEM=y
+# CONFIG_SPI_QPIC_SNAND is not set
 CONFIG_SPI_QUP=y
 CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
 CONFIG_SWIOTLB=y




More information about the lede-commits mailing list