47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
#
|
|
# msm network device configuration
|
|
#
|
|
|
|
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 ECM_IPA
|
|
tristate "STD ECM LAN Driver support"
|
|
depends on IPA || IPA3
|
|
help
|
|
Enables LAN between applications processor and a tethered
|
|
host using the STD ECM protocol.
|
|
This Network interface is aimed to allow data path go through
|
|
IPA core while using STD ECM protocol.
|
|
|
|
config RNDIS_IPA
|
|
tristate "RNDIS_IPA Network Interface Driver support"
|
|
depends on IPA || IPA3
|
|
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.
|
|
|
|
config MSM_RMNET_BAM
|
|
bool "RMNET BAM Driver"
|
|
depends on MSM_BAM_DMUX
|
|
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_DEBUG
|
|
bool "MSM RMNET debug interface"
|
|
depends on MSM_RMNET
|
|
default n
|
|
|