18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
#
|
|
# RMNET CTL driver
|
|
#
|
|
|
|
menuconfig RMNET_CTL
|
|
tristate "RmNet Control driver"
|
|
depends on MHI_BUS
|
|
---help---
|
|
Enable the RMNET CTL module which is used for communicating with
|
|
device via map command protocol. This module will receive QMAP
|
|
control commands via MHI.
|
|
|
|
menuconfig RMNET_CTL_DEBUG
|
|
bool "RmNet Control debug"
|
|
depends on RMNET_CTL
|
|
help
|
|
Enable RMNET CTL IPC debug loggings.
|