menu "Diag Support"

config DIAG_CHAR
	tristate "char driver interface and diag forwarding to/from modem"
	default m
	depends on USB_G_ANDROID || USB_FUNCTION_DIAG || USB_QCOM_MAEMO
	depends on ARCH_MSM
	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_MSM
	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
	default y
	bool "Enable QSC/9K DIAG traffic over SMUX/HSIC"
	help
	 SMUX/HSIC Transport Layer for DIAG Router
endmenu
menu "LGE Diag Enable for TRF"

config LGE_DIAG_ENABLE
    bool "LGE Diag Enable for TRF"
    default n
	help
     LGE Diag Enable for TRF
endmenu

menu "LGE Diag Enable for SPR"

config LGE_USB_DIAG_LOCK
	bool "feature for usb diag access lock"
	default n
	help
	 this feature should be applied to meet usb diag lock requirement
config LGE_DIAG_ENABLE_SYSFS
	bool "provide diag enable sysfs for user space"
	default n
	help
	 diag enable sysfs value can define diag enable or disable
config LGE_USB_DIAG_LOCK_SPR
	bool "feautre for usb diag access lock for SPR"
	default n
	help
	 only SPR operator enable this feautre
endmenu

menu "LGE DM APP Support"

config LGE_DM_APP
	bool "LGE DM APP Support"
	default n
	depends on MACH_LGE
	help
	 LGE DM APP Support
endmenu

menu "LGE DIAG BYPASS Support"
config LGE_DIAG_BYPASS
    tristate "Support LGE diag bypass for factory"
    default n
    depends on MACH_LGE
    help
      LGE diag bypass
endmenu
