Loading drivers/platform/msm/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ config IPA_WDI_UNIFIED_API The IPA WDI unified API supports all WDI versions through a unified interface. config VETH_IPA tristate "VETH_IPA Network Interface Driver Support" help Enables EMAC Ethernet Front end driver. Register net device and configure VETH0 iface. This driver will configure EMAC IPA offload channels with help of a backend driver running on GVM Host. config USB_BAM tristate "USB BAM Driver" depends on SPS && USB_GADGET Loading drivers/platform/msm/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,4 @@ obj-$(CONFIG_MSM_11AD) += msm_11ad/ obj-$(CONFIG_EP_PCIE) += ep_pcie/ obj-$(CONFIG_MSM_MHI_DEV) += mhi_dev/ obj-$(CONFIG_IPA_ETH) += ethernet/ obj-$(CONFIG_VETH_IPA) += veth_ipa/ drivers/platform/msm/veth_ipa/Makefile 0 → 100644 +3 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_VETH_IPA) += veth_emac_mgt.o veth_ipa.o Loading
drivers/platform/msm/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ config IPA_WDI_UNIFIED_API The IPA WDI unified API supports all WDI versions through a unified interface. config VETH_IPA tristate "VETH_IPA Network Interface Driver Support" help Enables EMAC Ethernet Front end driver. Register net device and configure VETH0 iface. This driver will configure EMAC IPA offload channels with help of a backend driver running on GVM Host. config USB_BAM tristate "USB BAM Driver" depends on SPS && USB_GADGET Loading
drivers/platform/msm/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,4 @@ obj-$(CONFIG_MSM_11AD) += msm_11ad/ obj-$(CONFIG_EP_PCIE) += ep_pcie/ obj-$(CONFIG_MSM_MHI_DEV) += mhi_dev/ obj-$(CONFIG_IPA_ETH) += ethernet/ obj-$(CONFIG_VETH_IPA) += veth_ipa/
drivers/platform/msm/veth_ipa/Makefile 0 → 100644 +3 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_VETH_IPA) += veth_emac_mgt.o veth_ipa.o