#
# fusb_otg USB Controller Driver
#

comment "fusb_otg - USB Controller Driver"

config USB_FUSB_OTG
	bool 'fusb_otg USB OTG controller support'
	default y
	---help---
	  non

config USB_FUSB_OTG_EXTCON
	bool 'fusb_otg drd by extcon subsystem'
	depends on EXTCON && USB_FUSB_OTG
	default y
	---help---
	  non

config USB_FUSB_DWC3_REGS
	bool 'fusb_otg with dwc3 controller regs'
	depends on USB_FUSB_OTG
	default y
	---help---
	  non

config USB_FUSB_OTG_TEST
	bool 'fusb_otg test'
	depends on USB_FUSB_OTG
	default n
