
menu "USB Support"

config AMLOGIC_USB
	tristate "Amlogic USB controller support"
	select USB_DWC_OTG_HCD
	select USB_HOST_ELECT_TEST
	select OF_LM
	depends on USB
	help
	   dwc_otg USB host controller

config USB_DWC_OTG_HCD
	bool "USB Host controller dwc_otg support"
	depends on AMLOGIC_USB

config USB_HOST_ELECT_TEST
	bool
	help
	    Enable this config to support USB High speed electric test.

endmenu
