diff options
| author | Robert Marko | 2025-02-06 19:29:03 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-02-06 20:59:30 +0000 |
| commit | 98d7f4202fe9861fcdc64d694aecf6945bbc7de8 (patch) | |
| tree | 107a4e0dd0eb1c59178f54c3d233293425fce7af | |
| parent | b61c192e75a89db918e9bb236df3dd6dc9878181 (diff) | |
| download | openwrt-98d7f4202fe9861fcdc64d694aecf6945bbc7de8.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/config-6.6 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |