32 lines
800 B
Plaintext
Executable File
32 lines
800 B
Plaintext
Executable File
#
|
|
# 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
|
|
|
|
config USB_SUNXI_USB_MANAGER
|
|
tristate "SUNXI USB2.0 Manager"
|
|
depends on USB_SUNXI_USB
|
|
help
|
|
manager all usb controller.
|
|
|
|
config USB_SUNXI_USB_DEBUG
|
|
tristate "SUNXI USB driver debug message"
|
|
depends on USB_SUNXI_USB
|
|
help
|
|
SUNXI USB driver debug message.
|
|
|
|
config USB_SUNXI_USB_ADB
|
|
tristate "SUNXI USB driver use adb source"
|
|
depends on USB_SUNXI_USB
|
|
help
|
|
SUNXI USB driver debug message. |