Kconfig 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. menu "Diag Support"
  2. config DIAG_CHAR
  3. tristate "char driver interface and diag forwarding to/from modem"
  4. default m
  5. depends on USB_G_ANDROID || USB_FUNCTION_DIAG || USB_QCOM_MAEMO
  6. depends on ARCH_MSM
  7. help
  8. Char driver interface for diag user space and diag-forwarding to modem ARM and back.
  9. This enables diagchar for maemo usb gadget or android usb gadget based on config selected.
  10. endmenu
  11. menu "DIAG traffic over USB"
  12. config DIAG_OVER_USB
  13. bool "Enable DIAG traffic to go over USB"
  14. depends on ARCH_MSM
  15. default y
  16. help
  17. This feature helps segregate code required for DIAG traffic to go over USB.
  18. endmenu
  19. menu "SDIO support for DIAG"
  20. config DIAG_SDIO_PIPE
  21. depends on MSM_SDIO_AL
  22. default y
  23. bool "Enable 9K DIAG traffic over SDIO"
  24. help
  25. SDIO Transport Layer for DIAG Router
  26. endmenu
  27. menu "HSIC/SMUX support for DIAG"
  28. config DIAGFWD_BRIDGE_CODE
  29. depends on USB_QCOM_DIAG_BRIDGE
  30. default y
  31. bool "Enable QSC/9K DIAG traffic over SMUX/HSIC"
  32. help
  33. SMUX/HSIC Transport Layer for DIAG Router
  34. endmenu