Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 1 | # |
| 2 | # msm network device configuration |
| 3 | # |
| 4 | |
| 5 | config 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 | |
| 12 | config 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 | |
| 19 | config MSM_RMNET_BAM |
| 20 | bool "RMNET BAM Driver" |
Jeff Hugo | 5c1bd40 | 2012-09-06 13:18:10 -0600 | [diff] [blame] | 21 | depends on (MSM_BAM_DMUX && NET_SCHED && NET_SCH_HTB && NET_SCH_PRIO && NET_CLS_FW) |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 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 | |
| 29 | config 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 | |
| 38 | config 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 | |
| 45 | config 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. |