#
#USB DWC OTG HS Controller Drivers
#
config DWC_OTG_USB 
    depends on (USB || USB_GADGET)
    tristate "DWC OTG USB controller Support"
    help
       DWC OTG USB Support.

config DWC_HOST_ONLY
	depends on (USB&&DWC_OTG_USB)
	tristate "dwc otg usb host support"
	default n
	help
	   dwc_otg usb host support.
					
			
config DWC_DEVICE_ONLY
    depends on (USB_GADGET&&DWC_OTG_USB)
    tristate "dwc otg usb device support"
    default y
    help
       dwc_otg usb device support.
			
config DWC_DEVICE_GPIO_CHARGER
    depends on (USB_GADGET&&DWC_OTG_USB)
    tristate "usb device gpio charger support"
    default n
    help
       dwc_otg usb device support.	   