
Relative path is required for now for compilation to work for both ftraces and qmi headers. Also introduce Makefile.am for autotools compilation and make changes to Makefile structure. Change-Id: Iff673d79c5424c78e4d9763517c18dff5c731e95 Signed-off-by: Conner Huff <chuff@codeaurora.org>
28 lignes
721 B
Plaintext
28 lignes
721 B
Plaintext
#
|
|
# RMNET MAP driver
|
|
#
|
|
|
|
menuconfig RMNET_CORE
|
|
default m
|
|
select GRO_CELLS
|
|
select RMNET_LA_PLATFORM
|
|
---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.
|
|
|
|
config RMNET_LA_PLATFORM
|
|
bool "Rmnet LA Platform Setting"
|
|
depends on CONFIG_ARCH_LAHAINA
|
|
default y
|
|
---help---
|
|
Say Y here if you want rmnet_core to be able to include android
|
|
specific header file locations
|