Config.in.usb 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. menu "USB support"
  2. depends on ADK_TARGET_WITH_USB || ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86
  3. config ADK_KERNEL_USB_SUPPORT
  4. bool
  5. config ADK_KERNEL_USB_EHCI_ROOT_HUB_TT
  6. bool
  7. config ADK_KERNEL_USB_EHCI_TT_NEWSCHED
  8. bool
  9. config ADK_KERNEL_USB_GADGET
  10. tristate
  11. config ADK_KERNEL_USB_PHY
  12. bool
  13. config ADK_KERNEL_USB_MXS_PHY
  14. tristate
  15. select ADK_KERNEL_USB_PHY
  16. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  17. default n
  18. config ADK_KERNEL_USB_OHCI_HCD_PLATFORM
  19. bool
  20. select ADK_KERNEL_USB_OHCI_HCD
  21. config ADK_KERNEL_USB_LIBUSUAL
  22. tristate
  23. config ADK_KERNEL_USB
  24. tristate "USB support"
  25. select ADK_KERNEL_NLS
  26. select ADK_KERNEL_USB_SUPPORT
  27. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  28. default m if ADK_TARGET_SYSTEM_IBM_X40
  29. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  30. default m if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  31. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  32. default n
  33. help
  34. Universal Serial Bus (USB) is a specification for a serial bus
  35. subsystem which offers higher speeds and more features than the
  36. traditional PC serial port. The bus supplies power to peripherals
  37. and allows for hot swapping. Up to 127 USB peripherals can be
  38. connected to a single USB host in a tree structure.
  39. The USB host is the root of the tree, the peripherals are the
  40. leaves and the inner nodes are special USB devices called hubs.
  41. Most PCs now have USB host ports, used to connect peripherals
  42. such as scanners, keyboards, mice, modems, cameras, disks,
  43. flash memory, network links, and printers to the PC.
  44. Say Y here if your computer has a host-side USB port and you want
  45. to use USB devices. You then need to say Y to at least one of the
  46. Host Controller Driver (HCD) options below. Choose a USB 1.1
  47. controller, such as "UHCI HCD support" or "OHCI HCD support",
  48. and "EHCI HCD (USB 2.0) support" except for older systems that
  49. do not have USB 2.0 support. It doesn't normally hurt to select
  50. them all if you are not certain.
  51. If your system has a device-side USB port, used in the peripheral
  52. side of the USB protocol, see the "USB Gadget" framework instead.
  53. After choosing your HCD, then select drivers for the USB peripherals
  54. you'll be using. You may want to check out the information provided
  55. in <file:Documentation/usb/> and especially the links given in
  56. <file:Documentation/usb/usb-help.txt>.
  57. menu "USB controller support"
  58. config ADK_KERNEL_USB_EHCI_HCD
  59. tristate "Support for USB EHCI 2.0 controllers"
  60. select ADK_KERNEL_USB_EHCI_ROOT_HUB_TT
  61. select ADK_KERNEL_USB_EHCI_TT_NEWSCHED
  62. select ADK_KERNEL_USB_MXS_PHY if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  63. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  64. depends on !ADK_TARGET_BOARD_BCM28XX
  65. depends on ADK_KERNEL_USB
  66. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  67. default m if ADK_TARGET_SYSTEM_IBM_X40
  68. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  69. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  70. default n
  71. help
  72. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  73. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  74. If your USB host controller supports USB 2.0, you will likely want to
  75. configure this Host Controller Driver. At the time of this writing,
  76. the primary implementation of EHCI is a chip from NEC, widely available
  77. in add-on PCI cards, but implementations are in the works from other
  78. vendors including Intel and Philips. Motherboard support is appearing.
  79. EHCI controllers are packaged with "companion" host controllers (OHCI
  80. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  81. will connect to EHCI if the device is high speed, otherwise they
  82. connect to a companion controller. If you configure EHCI, you should
  83. probably configure the OHCI (for NEC and some other vendors) USB Host
  84. Controller Driver or UHCI (for Via motherboards) Host Controller
  85. Driver too.
  86. You may want to read <file:Documentation/usb/ehci.txt>.
  87. config ADK_KERNEL_USB_UHCI_HCD
  88. tristate "Support for UHCI controllers"
  89. depends on ADK_KERNEL_USB
  90. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  91. depends on !ADK_TARGET_BOARD_BCM28XX
  92. default m if ADK_TARGET_SYSTEM_IBM_X40
  93. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  94. default n
  95. help
  96. The Universal Host Controller Interface is a standard by Intel for
  97. accessing the USB hardware in the PC (which is also called the USB
  98. host controller). If your USB host controller conforms to this
  99. standard, you may want to say Y, but see below. All recent boards
  100. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  101. i810, i820) conform to this standard. Also all VIA PCI chipsets
  102. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  103. 133). If unsure, say Y.
  104. config ADK_KERNEL_USB_OHCI_HCD
  105. tristate "Support for OHCI controllers"
  106. depends on ADK_KERNEL_USB
  107. depends on !ADK_TARGET_BOARD_BCM28XX
  108. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  109. default m if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  110. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  111. default n
  112. help
  113. The Open Host Controller Interface (OHCI) is a standard for accessing
  114. USB 1.1 host controller hardware. It does more in hardware than Intel's
  115. UHCI specification. If your USB host controller follows the OHCI spec,
  116. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  117. USB controller from Intel or VIA, this is appropriate. If your host
  118. controller doesn't use PCI, this is probably appropriate. For a PCI
  119. based system where you're not sure, the "lspci -v" entry will list the
  120. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  121. config ADK_KERNEL_USB_DWCOTG
  122. bool "Support for DWCOTG controller"
  123. select ADK_KERNEL_USB
  124. depends on ADK_TARGET_BOARD_BCM28XX
  125. default y if ADK_TARGET_BOARD_BCM28XX
  126. default n
  127. help
  128. The Synopsis DWC controller is a dual-role
  129. host/peripheral/OTG ("On The Go") USB controllers.
  130. config ADK_KERNEL_USB_CHIPIDEA_UDC
  131. bool
  132. config ADK_KERNEL_USB_CHIPIDEA_HOST
  133. bool
  134. config ADK_KERNEL_USB_CHIPIDEA
  135. tristate "Support for ChipIdea controller"
  136. select ADK_KERNEL_USB_CHIPIDEA_UDC
  137. select ADK_KERNEL_USB_CHIPIDEA_HOST
  138. select ADK_KERNEL_USB_GADGET
  139. depends on ADK_KERNEL_USB_EHCI_HCD
  140. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  141. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  142. default n
  143. config ADK_KERNEL_USB_ISP116X_HCD
  144. tristate "Support for ISP116X"
  145. depends on ADK_KERNEL_USB
  146. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  147. depends on !ADK_TARGET_BOARD_BCM28XX
  148. help
  149. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  150. option if your board has this chip. If unsure, say N.
  151. This driver does not support isochronous transfers.
  152. config ADK_KERNEL_USB_SL811_HCD
  153. tristate "Support for SL811HS"
  154. depends on ADK_KERNEL_USB
  155. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  156. depends on !ADK_TARGET_BOARD_BCM28XX
  157. default n
  158. help
  159. The SL811HS is a single-port USB controller that supports either
  160. host side or peripheral side roles. Enable this option if your
  161. board has this chip, and you want to use it as a host controller.
  162. If unsure, say N.
  163. endmenu
  164. menu "USB devices support"
  165. config ADK_KERNEL_USB_NET_DRIVERS
  166. tristate
  167. config ADK_KERNEL_USB_STORAGE
  168. tristate "Support for USB storage devices"
  169. select ADK_KERNEL_SCSI
  170. select ADK_KERNEL_BLK_DEV_SD
  171. config ADK_KERNEL_SND_USB_AUDIO
  172. tristate "Support for USB sound adapter"
  173. select ADK_KERNEL_SND
  174. select ADK_KERNEL_SND_USB
  175. select ADK_KERNEL_SND_RAWMIDI
  176. config ADK_KERNEL_USB_HSO
  177. tristate "Support for USB HSO devices"
  178. select ADK_KERNEL_RFKILL
  179. select ADK_KERNEL_USB_STORAGE
  180. config ADK_KERNEL_USB_PRINTER
  181. tristate "Support for USB printers"
  182. config ADK_KERNEL_USB_ACM
  183. tristate "Support for USB modems/isdn controllers"
  184. config ADK_KERNEL_USB_PEGASUS
  185. tristate "Support for USB Pegasus network cards"
  186. select ADK_KERNEL_USB_NET_DRIVERS
  187. config ADK_KERNEL_USB_SERIAL
  188. tristate "Support for USB-to-serial converters"
  189. help
  190. Say Y here if you have a USB device that provides normal serial
  191. ports, or acts like a serial device, and you want to connect it to
  192. your USB bus.
  193. Please read <file:Documentation/usb/usb-serial.txt> for more
  194. information on the specifics of the different devices that are
  195. supported, and on how to use them.
  196. config ADK_KERNEL_USB_SERIAL_BELKIN
  197. tristate "Support for Belkin USB-to-serial converters"
  198. depends on ADK_KERNEL_USB_SERIAL
  199. help
  200. Say Y here if you want to use a Belkin USB Serial single port
  201. adaptor (F5U103 is one of the model numbers) or the Peracom single
  202. port USB to serial adapter.
  203. config ADK_KERNEL_USB_SERIAL_FTDI_SIO
  204. tristate "Support for FTDI USB-to-serial converter"
  205. depends on ADK_KERNEL_USB_SERIAL
  206. help
  207. Say Y here if you want to use a FTDI SIO single port USB to serial
  208. converter device. The implementation I have is called the USC-1000.
  209. This driver has also be tested with the 245 and 232 devices.
  210. See <http://ftdi-usb-sio.sourceforge.net/> for more
  211. information on this driver and the device.
  212. config ADK_KERNEL_USB_SERIAL_MCT_U232
  213. tristate "Support for Magic Control Technology USB-to-Serial converters"
  214. depends on ADK_KERNEL_USB_SERIAL
  215. help
  216. Say Y here if you want to use a USB Serial single port adapter from
  217. Magic Control Technology Corp. (U232 is one of the model numbers).
  218. This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
  219. BAY, Belkin F5U109, and Belkin F5U409 devices.
  220. config ADK_KERNEL_USB_SERIAL_PL2303
  221. tristate "Support for Prolific PL2303 USB-to-Serial converters"
  222. depends on ADK_KERNEL_USB_SERIAL
  223. help
  224. Say Y here if you want to use the PL2303 USB Serial single port
  225. adapter from Prolific.
  226. config ADK_KERNEL_USB_SERIAL_VISOR
  227. tristate "Support for Handspring Visor / Palm m50x / Sony Clie Driver"
  228. depends on ADK_KERNEL_USB_SERIAL
  229. help
  230. Say Y here if you want to connect to your HandSpring Visor, Palm
  231. m500 or m505 through its USB docking station. See
  232. <http://usbvisor.sourceforge.net/> for more information on using this
  233. driver.
  234. config ADK_KERNEL_USB_ATM
  235. tristate "Support for USB ATM devices"
  236. config ADK_KERNEL_USB_ATM_SPEEDTOUCH
  237. tristate "Support for USB Speedtouch ADSL modem"
  238. depends on ADK_KERNEL_USB_ATM
  239. config ADK_KERNEL_USB_SISUSBVGA
  240. tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
  241. config ADK_KERNEL_USB_USBNET
  242. tristate
  243. endmenu
  244. endmenu