Files
android_kernel_samsung_sm86…/core/Kconfig
Conner Huff 33c18a13cc rmnet_core: Enable datarmnet compilation for taro
Port and adjust code as needed to enable compilation
of rmnet_core.ko and rmnet_ctl.ko for taro.

Change-Id: I1ef4ea71115827f49dc3bd49aaf516eff91c2138
Signed-off-by: Conner Huff <chuff@codeaurora.org>
2021-01-13 17:56:10 -08:00

19 lines
479 B
Plaintext

#
# RMNET MAP driver
#
menuconfig RMNET_CORE
default m
select GRO_CELLS
---help---
If you select this, you will enable the RMNET module which is used
for handling data in the multiplexing and aggregation protocol (MAP)
format in the embedded data path. RMNET devices can be attached to
any IP mode physical device.
menuconfig RMNET_CTL
default m
---help---
Enable the RMNET CTL module which is used for handling QMAP commands
for flow control purposes.