Config.in.usb 11 KB

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