mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
linux-rk35xx-vendor: Add and enable LTE em05 driver ( Enables support for WWAN cards in Rock 5T/5B+ ) (#8484)
* Added a patch to add the lte_em05 driver Adds support for the Quectel M2 WWAN card on the Rock 5T/5B+. * Enable CONFIG_LTE and LTE_RM310 + LTE_EM05 Enables the lte_rm310 and lte_em05 drivers (drivers/net/lte/). * Delete patch/kernel/rk35xx-vendor-6.1/net-lte-add-lte-em05-driver.patch Changes in the patch submitted to armbian/linux-rockchip . Only config change needed now after that gets approved.
This commit is contained in:
@@ -901,6 +901,9 @@ CONFIG_UNISOC_WIFI_PS=y
|
||||
CONFIG_TTY_OVERY_SDIO=m
|
||||
CONFIG_USB_NET_RNDIS_WLAN=y
|
||||
# CONFIG_IEEE802154_DRIVERS is not set
|
||||
CONFIG_LTE=y
|
||||
CONFIG_LTE_RM310=y
|
||||
CONFIG_LTE_EM05=y
|
||||
CONFIG_INPUT_LEDS=m
|
||||
CONFIG_INPUT_SPARSEKMAP=m
|
||||
CONFIG_INPUT_MOUSEDEV=y
|
||||
|
||||
Reference in New Issue
Block a user