[openwrt/openwrt] qualcommbe: disable CONFIG_QCOM_IPA kernel config

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 10 06:01:32 PDT 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/779f7309143db1e50ea5b7cbc4106fd76cf70751

commit 779f7309143db1e50ea5b7cbc4106fd76cf70751
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Apr 10 12:23:34 2025 +0200

    qualcommbe: disable CONFIG_QCOM_IPA kernel config
    
    CONFIG_QCOM_IPA kernel cofig was enabled by mistake and conflicts with
    mac80211 as it indirectly selects QMI HELPERS. Backports project provid
    his own version of QMI HELPERS hence it should not be built-in.
    
    Link: https://github.com/openwrt/openwrt/pull/17788
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/qualcommbe/config-6.6             | 1 +
 target/linux/qualcommbe/ipq95xx/config-default | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommbe/config-6.6 b/target/linux/qualcommbe/config-6.6
index 1c6ebf1c95..c7497b7979 100644
--- a/target/linux/qualcommbe/config-6.6
+++ b/target/linux/qualcommbe/config-6.6
@@ -395,6 +395,7 @@ CONFIG_QCOM_BAM_DMA=y
 # CONFIG_QCOM_GSBI is not set
 # CONFIG_QCOM_HFPLL is not set
 # CONFIG_QCOM_ICC_BWMON is not set
+# CONFIG_QCOM_IPA is not set
 # CONFIG_QCOM_IPCC is not set
 # CONFIG_QCOM_LLCC is not set
 CONFIG_QCOM_MDT_LOADER=y
diff --git a/target/linux/qualcommbe/ipq95xx/config-default b/target/linux/qualcommbe/ipq95xx/config-default
index 2f05b44fa0..3ac8eaf23c 100644
--- a/target/linux/qualcommbe/ipq95xx/config-default
+++ b/target/linux/qualcommbe/ipq95xx/config-default
@@ -44,7 +44,6 @@ CONFIG_IPQ_CMN_PLL=y
 CONFIG_IPQ_NSSCC_9574=y
 CONFIG_IPQ_NSSCC_QCA8K=y
 CONFIG_QCOM_PPE=y
-CONFIG_QCOM_IPA=y
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_OSM_L3=y
 CONFIG_MTD_SPI_NAND=y




More information about the lede-commits mailing list