• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Allwinner USB2.0 Dual Role Controller Driver.
3#
4
5#---------------------------------------------
6#-
7#- config USB2.0 Dual Role Controller.
8#-
9#---------------------------------------------
10menu "USB Device Drivers"
11	depends on AW_BSP
12
13menuconfig USB_SUNXI_USB
14    tristate "Allwinner USB2.0 Dual Role Controller support"
15    depends on AW_BSP
16    help
17      Allwinner USB2.0 Dual Role Controller
18
19      This option is of interest only to developers who need to
20      develop on AllWinner SoC.
21
22      If unsure, say N.
23
24config USB_SUNXI_USB_MANAGER
25    tristate "Allwinner USB2.0 Manager"
26    depends on USB_SUNXI_USB && USB_SUNXI_UDC0 && USB_SUNXI_HCI
27    help
28      manager all usb controller.
29
30      This option is of interest only to developers who need to
31      develop on AllWinner SoC.
32
33      If unsure, say N.
34
35config USB_SUNXI_USB_DEBUG
36    tristate "Allwinner USB driver debug message"
37    depends on USB_SUNXI_USB
38    help
39      Allwinner USB driver debug message.
40
41      This option is of interest only to developers who need to
42      develop on AllWinner SoC.
43
44      If unsure, say N.
45
46config USB_SUNXI_USB_ADB
47    tristate "Allwinner USB driver use adb source"
48    depends on USB_SUNXI_USB
49    help
50      Allwinner USB driver debug message.
51
52      This option is of interest only to developers who need to
53      develop on AllWinner SoC.
54
55      If unsure, say N.
56
57config USB_SUNXI_UDC0
58	tristate "Allwinner USB Peripheral Controller"
59	depends on USB_GADGET
60	select USB_GADGET_DUALSPEED
61	select USB_GADGET_SELECTED
62	help
63	  Allwinner USB Device Controller.
64
65	  This option is of interest only to developers who need to
66	  develop on AllWinner SoC.
67
68	  If unsure, say N.
69
70endmenu
71