Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. #
  2. # USB device configuration
  3. #
  4. config USB_OHCI_BIG_ENDIAN_DESC
  5. bool
  6. config USB_OHCI_BIG_ENDIAN_MMIO
  7. bool
  8. config USB_OHCI_LITTLE_ENDIAN
  9. bool
  10. default n if STB03xxx || PPC_MPC52xx
  11. default y
  12. config USB_EHCI_BIG_ENDIAN_MMIO
  13. bool
  14. config USB_EHCI_BIG_ENDIAN_DESC
  15. bool
  16. config USB_UHCI_BIG_ENDIAN_MMIO
  17. bool
  18. default y if SPARC_LEON
  19. config USB_UHCI_BIG_ENDIAN_DESC
  20. bool
  21. default y if SPARC_LEON
  22. menuconfig USB_SUPPORT
  23. bool "USB support"
  24. depends on HAS_IOMEM
  25. default y
  26. ---help---
  27. This option adds core support for Universal Serial Bus (USB).
  28. You will also need drivers from the following menu to make use of it.
  29. if USB_SUPPORT
  30. config USB_COMMON
  31. tristate
  32. config USB_ARCH_HAS_HCD
  33. def_bool y
  34. # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
  35. config USB
  36. tristate "Support for Host-side USB"
  37. depends on USB_ARCH_HAS_HCD
  38. select USB_COMMON
  39. select NLS # for UTF-8 strings
  40. ---help---
  41. Universal Serial Bus (USB) is a specification for a serial bus
  42. subsystem which offers higher speeds and more features than the
  43. traditional PC serial port. The bus supplies power to peripherals
  44. and allows for hot swapping. Up to 127 USB peripherals can be
  45. connected to a single USB host in a tree structure.
  46. The USB host is the root of the tree, the peripherals are the
  47. leaves and the inner nodes are special USB devices called hubs.
  48. Most PCs now have USB host ports, used to connect peripherals
  49. such as scanners, keyboards, mice, modems, cameras, disks,
  50. flash memory, network links, and printers to the PC.
  51. Say Y here if your computer has a host-side USB port and you want
  52. to use USB devices. You then need to say Y to at least one of the
  53. Host Controller Driver (HCD) options below. Choose a USB 1.1
  54. controller, such as "UHCI HCD support" or "OHCI HCD support",
  55. and "EHCI HCD (USB 2.0) support" except for older systems that
  56. do not have USB 2.0 support. It doesn't normally hurt to select
  57. them all if you are not certain.
  58. If your system has a device-side USB port, used in the peripheral
  59. side of the USB protocol, see the "USB Gadget" framework instead.
  60. After choosing your HCD, then select drivers for the USB peripherals
  61. you'll be using. You may want to check out the information provided
  62. in <file:Documentation/usb/> and especially the links given in
  63. <file:Documentation/usb/usb-help.txt>.
  64. To compile this driver as a module, choose M here: the
  65. module will be called usbcore.
  66. if USB
  67. source "drivers/usb/core/Kconfig"
  68. source "drivers/usb/mon/Kconfig"
  69. source "drivers/usb/wusbcore/Kconfig"
  70. source "drivers/usb/host/Kconfig"
  71. source "drivers/usb/renesas_usbhs/Kconfig"
  72. source "drivers/usb/class/Kconfig"
  73. source "drivers/usb/storage/Kconfig"
  74. source "drivers/usb/image/Kconfig"
  75. source "drivers/usb/usbip/Kconfig"
  76. endif
  77. source "drivers/usb/musb/Kconfig"
  78. source "drivers/usb/dwc3/Kconfig"
  79. source "drivers/usb/dwc2/Kconfig"
  80. source "drivers/usb/chipidea/Kconfig"
  81. source "drivers/usb/isp1760/Kconfig"
  82. comment "USB port drivers"
  83. if USB
  84. config USB_USS720
  85. tristate "USS720 parport driver"
  86. depends on PARPORT
  87. select PARPORT_NOT_PC
  88. ---help---
  89. This driver is for USB parallel port adapters that use the Lucent
  90. Technologies USS-720 chip. These cables are plugged into your USB
  91. port and provide USB compatibility to peripherals designed with
  92. parallel port interfaces.
  93. The chip has two modes: automatic mode and manual mode. In automatic
  94. mode, it looks to the computer like a standard USB printer. Only
  95. printers may be connected to the USS-720 in this mode. The generic
  96. USB printer driver ("USB Printer support", above) may be used in
  97. that mode, and you can say N here if you want to use the chip only
  98. in this mode.
  99. Manual mode is not limited to printers, any parallel port
  100. device should work. This driver utilizes manual mode.
  101. Note however that some operations are three orders of magnitude
  102. slower than on a PCI/ISA Parallel Port, so timing critical
  103. applications might not work.
  104. Say Y here if you own an USS-720 USB->Parport cable and intend to
  105. connect anything other than a printer to it.
  106. To compile this driver as a module, choose M here: the
  107. module will be called uss720.
  108. source "drivers/usb/serial/Kconfig"
  109. source "drivers/usb/misc/Kconfig"
  110. source "drivers/usb/atm/Kconfig"
  111. endif # USB
  112. source "drivers/usb/phy/Kconfig"
  113. source "drivers/usb/gadget/Kconfig"
  114. config USB_LED_TRIG
  115. bool "USB LED Triggers"
  116. depends on LEDS_CLASS && LEDS_TRIGGERS
  117. select USB_COMMON
  118. help
  119. This option adds LED triggers for USB host and/or gadget activity.
  120. Say Y here if you are working on a system with led-class supported
  121. LEDs and you want to use them as activity indicators for USB host or
  122. gadget.
  123. config USB_ULPI_BUS
  124. tristate "USB ULPI PHY interface support"
  125. select USB_COMMON
  126. help
  127. UTMI+ Low Pin Interface (ULPI) is specification for a commonly used
  128. USB 2.0 PHY interface. The ULPI specification defines a standard set
  129. of registers that can be used to detect the vendor and product which
  130. allows ULPI to be handled as a bus. This module is the driver for that
  131. bus.
  132. The ULPI interfaces (the buses) are registered by the drivers for USB
  133. controllers which support ULPI register access and have ULPI PHY
  134. attached to them. The ULPI PHY drivers themselves are normal PHY
  135. drivers.
  136. ULPI PHYs provide often functions such as ADP sensing/probing (OTG
  137. protocol) and USB charger detection.
  138. To compile this driver as a module, choose M here: the module will
  139. be called ulpi.
  140. endif # USB_SUPPORT