core/linux-armv7 to 6.11.6-2

Merge options from PR#2069 which enable generic MHI PCI bus and WWAN driver
options needed to support various PCIe/MHI attached Qualcomm 5G/LTE modems.
This commit is contained in:
graysky 2024-11-03 07:39:53 -05:00
parent 20ecdbcc50
commit 7db9dcc071
2 changed files with 12 additions and 5 deletions

View file

@ -8,7 +8,7 @@ _srcname=linux-6.11
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform" _desc="ARMv7 multi-platform"
pkgver=6.11.6 pkgver=6.11.6
pkgrel=1 pkgrel=2
rcnver=6.11.0 rcnver=6.11.0
rcnrel=multiv7-r1 rcnrel=multiv7-r1
arch=('armv7h') arch=('armv7h')
@ -41,7 +41,7 @@ md5sums=('612a9feef07be8663098a0a58cddf7a6'
'74f514abbd92de3368e3d4cf11165317' '74f514abbd92de3368e3d4cf11165317'
'8782b146a24e043a1da5e437f689e864' '8782b146a24e043a1da5e437f689e864'
'527b0497440d97de53ee1e31fd51bdbc' '527b0497440d97de53ee1e31fd51bdbc'
'eb26b348ab60c48df20d2d70d99e6398' '7b56c8868468f947be101767e0fc18ce'
'9e4fc0be1094c64af6f127e5be9ceb50' '9e4fc0be1094c64af6f127e5be9ceb50'
'61c5ff73c136ed07a7aadbf58db3d96a' '61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8' '584777ae88bce2c5659960151b64c7d8'

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 6.11.3 Kernel Configuration # Linux/arm 6.11.6 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.1.1 20240507" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.1.1 20240507"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
@ -2198,7 +2198,7 @@ CONFIG_VEXPRESS_CONFIG=y
# CONFIG_FSL_MC_BUS is not set # CONFIG_FSL_MC_BUS is not set
CONFIG_MHI_BUS=m CONFIG_MHI_BUS=m
# CONFIG_MHI_BUS_DEBUG is not set # CONFIG_MHI_BUS_DEBUG is not set
# CONFIG_MHI_BUS_PCI_GENERIC is not set CONFIG_MHI_BUS_PCI_GENERIC=m
# CONFIG_MHI_BUS_EP is not set # CONFIG_MHI_BUS_EP is not set
# end of Bus devices # end of Bus devices
@ -3837,7 +3837,14 @@ CONFIG_IEEE802154_MCR20A=m
# #
# Wireless WAN # Wireless WAN
# #
# CONFIG_WWAN is not set CONFIG_WWAN=m
# CONFIG_WWAN_DEBUGFS is not set
# CONFIG_WWAN_HWSIM is not set
CONFIG_MHI_WWAN_CTRL=m
CONFIG_MHI_WWAN_MBIM=m
# CONFIG_RPMSG_WWAN_CTRL is not set
# CONFIG_IOSM is not set
# CONFIG_MTK_T7XX is not set
# end of Wireless WAN # end of Wireless WAN
# CONFIG_VMXNET3 is not set # CONFIG_VMXNET3 is not set