aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/msm/Kconfig
blob: 9c24a983a7b885b028295e3fda7fabee33874617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# msm network device configuration
#

config NET_VENDOR_MSM
	bool "MSM network devices"
	default n
	depends on ARCH_MSM
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
	  and read the Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about MSM network controllers. If you say Y, you will
	  be asked for your specific controller in the following questions.

if NET_VENDOR_MSM
config MSM_EMAC
	tristate "MSM EMAC Gigabit Ethernet support"
	default n
	select CRC32
	---help---
	  This driver supports the MSM EMAC Gigabit Ethernet controller.

endif # NET_VENDOR_MSM

config MSM_RMNET_BAM
	bool "RMNET BAM Driver"
	depends on (MSM_BAM_DMUX && NET_SCHED && NET_SCH_HTB && NET_SCH_PRIO && NET_CLS_FW)
	default n
	help
	  Implements RMNET over BAM interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

config MSM_RMNET_MHI
	bool "RMNET MHI Driver"
	depends on MSM_MHI
	help
	  Implements RMNET over MHI interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

config MSM_RMNET_SMUX
	bool "RMNET SMUX Driver"
	depends on N_SMUX
	help
	  Implements RMNET over SMUX interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  HSUART as a physical transport.

config MSM_RMNET_DEBUG
	bool "MSM RMNET debug interface"
	depends on MSM_RMNET
	default n
	help
	  Debug stats on wakeup counts.

config MSM_RMNET_WWAN
	tristate "MSM RMNET WWAN Network Device"
	depends on IPA
	default n
	help
	  WWAN Network Driver
	  Provides an API to embedded
	  applications to send and receive
	  the data to/from A2

config ECM_IPA
	tristate "STD ECM LAN Driver support"
	depends on IPA
	help
	  Allows LAN between Apps and tethered HOST on STD ECM

config RNDIS_IPA
	tristate "RNDIS_IPA Network Interface Driver support"
	depends on IPA
	help
	  Enables LAN between applications processor and a tethered
	  host using the RNDIS protocol.
	  This Network interface is aimed to allow data path go through
	  IPA core while using RNDIS protocol.