#
# fusb_otg USB Controller Driver
#

comment "fusb_otg - USB Controller Driver"

config USB_FUSB_OTG
	bool 'fusb_otg USB OTG controller support'
	depends on EXTCON && USB_FUSB_OTG_EXTCON
	default y
	help
		dwc extcon support

config USB_FUSB_OTG_EXTCON
	bool 'fusb_otg drd by extcon subsystem'
	depends on EXTCON
	default y
	help
		dwc extcon

