#menu "\"Xld-usb\" Design Kit from Sony"
#	depends on ARCH_XLD

config USB_INIT
	bool "Enable the clock for the Sony USB "
	depends on USB 
	default y

config USB_INIT_SUH_LOGGING
	int  'Logging Level (0 - none / 1..5 - print debug info)'
	depends on USB_INIT 
	default 0 

config USB_SUD_INIT
	bool "Enable the clock for USB device controller"
	depends on USB_GADGET
	default n
