Make changes to support diag over MHI. Change-Id: I6a1ff44da275c12144c0a83dbb317a00487f62be Signed-off-by: Sreelakshmi Gownipalli <sgownipa@codeaurora.org>
33 lines
904 B
Text
33 lines
904 B
Text
menu "Diag Support"
|
|
|
|
config DIAG_CHAR
|
|
tristate "char driver interface and diag forwarding to/from modem"
|
|
default m
|
|
depends on USB_CONFIGFS_F_DIAG || USB_FUNCTION_DIAG || USB_QCOM_MAEMO
|
|
depends on ARCH_QCOM
|
|
depends on POWER_RESET_QCOM
|
|
select CRC_CCITT
|
|
help
|
|
Char driver interface for diag user space and diag-forwarding to modem ARM and back.
|
|
This enables diagchar for maemo usb gadget or android usb gadget based on config selected.
|
|
endmenu
|
|
|
|
menu "DIAG traffic over USB"
|
|
|
|
config DIAG_OVER_USB
|
|
bool "Enable DIAG traffic to go over USB"
|
|
depends on ARCH_QCOM
|
|
default y
|
|
help
|
|
This feature helps segregate code required for DIAG traffic to go over USB.
|
|
endmenu
|
|
|
|
menu "HSIC/SMUX support for DIAG"
|
|
|
|
config DIAGFWD_BRIDGE_CODE
|
|
depends on USB_QCOM_DIAG_BRIDGE || MSM_MHI
|
|
default y
|
|
bool "Enable QSC/9K DIAG traffic over SMUX/HSIC"
|
|
help
|
|
SMUX/HSIC Transport Layer for DIAG Router
|
|
endmenu
|