Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88a35ae2 authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar
Browse files

msm: ethernet: Remove IOSS v1 driver



Remove IOSS v1 driver since all ethernet drivers have migrated to IOSS
v2.

This reverts commit 86f3ff3e.
This reverts commit 15c887d0.
This reverts commit 48503e34.

Change-Id: I1b399c565197dcd7251edf39c1ededa7fbd3d296
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent 3a4bf89f
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -204,32 +204,4 @@ config AQFWD_IOSS
	  aqc_ioss.
	  If unsure, say N.

config IPA_ETH
	bool "IPA Ethernet Offload Sub-system support"
	depends on IPA3
	help
	  Enables IPA Ethernet Offload Subsystem for offloading PCI based
	  ethernet devices to IPA. The offload subsystem still require a
	  compatible network driver to register with it and a corresponding
	  offload driver to manage one of more offload data paths that uses
	  the network device.

config IPA_ETH_NOAUTO
	bool "Disable automatic offload initialization of interfaces"
	depends on IPA_ETH
	help
	  Enabling this option prevents automatic initialization of offload on
	  ethernet interfaces. Debugfs control interface will instead be used
	  to enable offloading. This feature is meant only for debugging.
	  If unsure, say N.

config IPA_ETH_DEBUG
	bool "Enable addtional debug logging in the offload sub-system"
	depends on IPA_ETH
	help
	  Enabling this option increases the number of messages logged by the offload
	  sub-system for aiding debugging. Additional debug messages are logged into
	  IPC log as well as kernel log using dynamic debug.
	  If unsure, say N.

endmenu
+0 −1
Original line number Diff line number Diff line
@@ -13,5 +13,4 @@ obj-$(CONFIG_SPS) += sps/
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/
+0 −16
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

#
# Makefile for the MSM specific device drivers.
#

obj-$(CONFIG_IPA_ETH) += ipa-eth.o

ipa-eth-y := \
	ipa_eth_bus.o \
	ipa_eth.o \
	ipa_eth_debugfs.o \
	ipa_eth_net.o \
	ipa_eth_offload.o \
	ipa_eth_pci.o \
	ipa_eth_utils.o
+0 −840

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −136

File deleted.

Preview size limit exceeded, changes collapsed.

Loading