Skip to content

Commit

Permalink
Enable modules needed for QCOM-based PCIe cellular modems
Browse files Browse the repository at this point in the history
It is more and more common to connect newer high-speed
4G and 5G modems over PCIe rather than over the USB bus.

Signed-off-by: Milan Lenco <[email protected]>
  • Loading branch information
milan-zededa authored and eriknordmark committed Apr 7, 2024
1 parent ec65bbc commit 5e51e61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
CONFIG_FW_LOADER_COMPRESS=y
CONFIG_HISILICON_LPC=y
CONFIG_IMX_WEIM=y
CONFIG_MHI_BUS=m
CONFIG_MHI_BUS_PCI_GENERIC=m
CONFIG_MHI_BUS_EP=m
CONFIG_CONNECTOR=y
CONFIG_ARM_SCMI_PROTOCOL=y
CONFIG_ARM_SCPI_PROTOCOL=y
Expand Down Expand Up @@ -534,6 +537,7 @@ CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
CONFIG_NLMON=y
CONFIG_MHI_NET=m
CONFIG_NET_XGENE=y
CONFIG_NET_XGENE_V2=y
CONFIG_BCMGENET=y
Expand Down Expand Up @@ -614,6 +618,9 @@ CONFIG_HOSTAP=m
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
CONFIG_WAN=y
CONFIG_WWAN=m
CONFIG_MHI_WWAN_CTRL=m
CONFIG_MHI_WWAN_MBIM=m
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_ISDN=y
CONFIG_INPUT_MOUSEDEV=y
Expand Down

0 comments on commit 5e51e61

Please sign in to comment.