#
# softwinner SUNXI USB2.0 Dual Role Controller Driver.
#

#---------------------------------------------
#-
#- config USB2.0 Dual Role Controller.
#-
#---------------------------------------------
menuconfig USB_SUNXI_USB
    tristate "SUNXI USB2.0 Dual Role Controller support"
    depends on ARCH_SUNXI
    help
      SUNXI USB2.0 Dual Role Controller

      This option is of interest only to developers who need to
      develop on AllWinner SoC.

      If unsure, say N.

config USB_SUNXI_USB_MANAGER
    tristate "SUNXI USB2.0 Manager"
    depends on USB_SUNXI_USB && USB_SUNXI_UDC0 && USB_SUNXI_HCI
    help
      manager all usb controller.

      This option is of interest only to developers who need to
      develop on AllWinner SoC.

      If unsure, say N.

config USB_SUNXI_USB_DEBUG
    tristate "SUNXI USB driver debug message"
    depends on USB_SUNXI_USB
    help
      SUNXI USB driver debug message.

      This option is of interest only to developers who need to
      develop on AllWinner SoC.

      If unsure, say N.

config USB_SUNXI_USB_ADB
    tristate "SUNXI USB driver use adb source"
    depends on USB_SUNXI_USB
    help
      SUNXI USB driver debug message.

      This option is of interest only to developers who need to
      develop on AllWinner SoC.

      If unsure, say N.
