menu "Maxim Merlin USB controller"
	depends on MACH_MERLIN

	config USB_DW_MERLIN
		tristate "Synopsys DWC USB core"
		---help---
			  This is the driver for Synopsys 3884-0 DWC USB 2.0 HS.
			  It supports USB2.0 at all speeds as well as the USB OTG 1.0
			  extension. 
		
			  To compile this driver as a module, choose M here: the
			  module will be called dw-otg.

	config USB_DW_MERLIN_SINGLE
		bool "As USB single host or device mode"
		depends on USB_DW_MERLIN
		default N

	config USB_DW_MERLIN_SINGLE_DEVICE
		bool "Configuration: 'y'=device, 'n'=host"
		depends on USB_DW_MERLIN && USB_DW_MERLIN_SINGLE
		default y

	config USB_DW_MERLIN_DEBUG
		bool "Enable Debugging for the DW driver"
		depends on USB_DW_MERLIN
		default N

endmenu
