blob: 095cb4d674503e50706f4258dae2fac6ed090312 [file] [log] [blame]
Steve Mucklef132c6c2012-06-06 18:30:57 -07001#
2# msm network device configuration
3#
4
5config MSM_RMNET
6 tristate "MSM RMNET Virtual Network Device"
7 depends on ARCH_MSM
8 default y
9 help
10 Virtual ethernet interface for MSM RMNET transport.
11
12config MSM_RMNET_SDIO
13 bool "RMNET SDIO Driver"
14 depends on MSM_SDIO_DMUX
15 default n
16 help
17 Implements RMNET over SDIO interface.
18
19config MSM_RMNET_BAM
20 bool "RMNET BAM Driver"
21 depends on MSM_BAM_DMUX
22 default n
23 help
24 Implements RMNET over BAM interface.
25 RMNET provides a virtual ethernet interface
26 for routing IP packets within the MSM using
27 BAM as a physical transport.
28
29config MSM_RMNET_SMUX
30 bool "RMNET SMUX Driver"
31 depends on N_SMUX
32 help
33 Implements RMNET over SMUX interface.
34 RMNET provides a virtual ethernet interface
35 for routing IP packets within the MSM using
36 HSUART as a physical transport.
37
38config MSM_RMNET_DEBUG
39 bool "MSM RMNET debug interface"
40 depends on MSM_RMNET
41 default n
42 help
43 Debug stats on wakeup counts.
44
45config QFEC
46 tristate "QFEC ethernet driver"
47 select MII
48 depends on ARM
49 help
50 This driver supports Ethernet in the FSM9xxx.
51 To compile this driver as a module, choose M here: the
52 module will be called qfec.