diff options
| author | Robert Marko <robimarko@gmail.com> | 2022-10-21 13:08:35 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-22 22:28:20 +0200 |
| commit | 4a02c5954f10291cf046f9bbf727fa01ce04a235 (patch) | |
| tree | 3b334000c6de604a4f88fbd1d13b754ddec43b4c /target/linux | |
| parent | a5118876441b6fe41ae7240f84a93c21c2a7ce36 (diff) | |
| download | upstream-4a02c5954f10291cf046f9bbf727fa01ce04a235.tar.gz upstream-4a02c5954f10291cf046f9bbf727fa01ce04a235.tar.bz2 upstream-4a02c5954f10291cf046f9bbf727fa01ce04a235.zip | |
kernel: modules: wwan: adapt for kernel 6.1
Update the WWAN kmods for compilation under kernel 6.1:
* Depend on kernel not being 5.10 rather than only 5.15
* Enable CONFIG_WWAN_DEBUGFS as its now optional from 5.17
* Add missing symbols for new WWAN drivers to generic config
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/generic/config-6.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index f8c0e9f9390..48485051cb9 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -3968,6 +3968,7 @@ CONFIG_MTD_SPLIT_SUPPORT=y # CONFIG_MTK_DEVAPC is not set # CONFIG_MTK_MMC is not set # CONFIG_MTK_MMSYS is not set +# CONFIG_MTK_T7XX is not set # CONFIG_MTK_THERMAL is not set # CONFIG_MULTIPLEXER is not set CONFIG_MULTIUSER=y @@ -4989,6 +4990,7 @@ CONFIG_PWRSEQ_SIMPLE=y # CONFIG_QCA7000_SPI is not set # CONFIG_QCA7000_UART is not set # CONFIG_QCOM_A7PLL is not set +# CONFIG_QCOM_BAM_DMUX is not set # CONFIG_QCOM_EMAC is not set # CONFIG_QCOM_FALKOR_ERRATUM_1003 is not set # CONFIG_QCOM_FALKOR_ERRATUM_1009 is not set |
