You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
397 B
17 lines
397 B
#
|
|
# 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.
|
|
|