Config.in.usb 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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 \
  5. || ADK_TARGET_SYSTEM_QEMU_X86_64 \
  6. || ADK_TARGET_SYSTEM_QEMU_X86 \
  7. || ADK_TARGET_GENERIC
  8. config ADK_LINUX_KERNEL_USB_SUPPORT
  9. bool
  10. config ADK_LINUX_KERNEL_USB_DEVICE_CLASS
  11. bool
  12. config ADK_LINUX_KERNEL_USB_ANNOUNCE_NEW_DEVICES
  13. bool
  14. config ADK_LINUX_KERNEL_USB_EHCI_ROOT_HUB_TT
  15. bool
  16. config ADK_LINUX_KERNEL_USB_EHCI_TT_NEWSCHED
  17. bool
  18. config ADK_LINUX_KERNEL_USB_EHCI_MXC
  19. bool
  20. config ADK_LINUX_KERNEL_USB_GADGET
  21. tristate
  22. config ADK_LINUX_KERNEL_USB_PHY
  23. bool
  24. config ADK_LINUX_KERNEL_USB_MXS_PHY
  25. tristate
  26. select ADK_LINUX_KERNEL_USB_PHY
  27. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  28. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  29. default n
  30. config ADK_LINUX_KERNEL_USB_OHCI_HCD_PLATFORM
  31. bool
  32. select ADK_LINUX_KERNEL_USB_OHCI_HCD
  33. config ADK_LINUX_KERNEL_USB_OHCI_HCD_PCI
  34. bool
  35. config ADK_LINUX_KERNEL_USB_LIBUSUAL
  36. tristate
  37. config ADK_LINUX_KERNEL_USB_NET_DRIVERS
  38. bool
  39. config ADK_LINUX_KERNEL_USB_USBNET
  40. select ADK_LINUX_KERNEL_USB_NET_DRIVERS
  41. tristate
  42. config ADK_LINUX_KERNEL_USB
  43. tristate "USB support"
  44. select ADK_LINUX_KERNEL_NLS
  45. select ADK_LINUX_KERNEL_USB_SUPPORT
  46. select ADK_LINUX_KERNEL_USB_ANNOUNCE_NEW_DEVICES
  47. default m if ADK_TARGET_SYSTEM_PCENGINES_APU
  48. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  49. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  50. default m if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  51. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  52. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  53. default y if ADK_TARGET_SYSTEM_KINETIS_K70
  54. default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
  55. default n
  56. help
  57. Universal Serial Bus (USB) is a specification for a serial bus
  58. subsystem which offers higher speeds and more features than the
  59. traditional PC serial port. The bus supplies power to peripherals
  60. and allows for hot swapping. Up to 127 USB peripherals can be
  61. connected to a single USB host in a tree structure.
  62. The USB host is the root of the tree, the peripherals are the
  63. leaves and the inner nodes are special USB devices called hubs.
  64. Most PCs now have USB host ports, used to connect peripherals
  65. such as scanners, keyboards, mice, modems, cameras, disks,
  66. flash memory, network links, and printers to the PC.
  67. Say Y here if your computer has a host-side USB port and you want
  68. to use USB devices. You then need to say Y to at least one of the
  69. Host Controller Driver (HCD) options below. Choose a USB 1.1
  70. controller, such as "UHCI HCD support" or "OHCI HCD support",
  71. and "EHCI HCD (USB 2.0) support" except for older systems that
  72. do not have USB 2.0 support. It doesn't normally hurt to select
  73. them all if you are not certain.
  74. If your system has a device-side USB port, used in the peripheral
  75. side of the USB protocol, see the "USB Gadget" framework instead.
  76. After choosing your HCD, then select drivers for the USB peripherals
  77. you'll be using. You may want to check out the information provided
  78. in <file:Documentation/usb/> and especially the links given in
  79. <file:Documentation/usb/usb-help.txt>.
  80. menu "USB controller support"
  81. config ADK_LINUX_KERNEL_USB_EHCI_HCD
  82. tristate "Support for USB EHCI 2.0 controllers"
  83. select ADK_LINUX_KERNEL_USB_MXS_PHY if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  84. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  85. select ADK_LINUX_KERNEL_USB_EHCI_MXC if ADK_TARGET_SYSTEM_KINETIS_K70
  86. select ADK_LINUX_KERNEL_USB_DEVICE_CLASS if ADK_TARGET_SYSTEM_KINETIS_K70
  87. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  88. depends on !ADK_TARGET_BOARD_BCM28XX
  89. depends on ADK_LINUX_KERNEL_USB
  90. default m if ADK_TARGET_SYSTEM_PCENGINES_APU
  91. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  92. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  93. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  94. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  95. default y if ADK_TARGET_SYSTEM_KINETIS_K70
  96. default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
  97. default n
  98. help
  99. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  100. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  101. If your USB host controller supports USB 2.0, you will likely want to
  102. configure this Host Controller Driver. At the time of this writing,
  103. the primary implementation of EHCI is a chip from NEC, widely available
  104. in add-on PCI cards, but implementations are in the works from other
  105. vendors including Intel and Philips. Motherboard support is appearing.
  106. EHCI controllers are packaged with "companion" host controllers (OHCI
  107. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  108. will connect to EHCI if the device is high speed, otherwise they
  109. connect to a companion controller. If you configure EHCI, you should
  110. probably configure the OHCI (for NEC and some other vendors) USB Host
  111. Controller Driver or UHCI (for Via motherboards) Host Controller
  112. Driver too.
  113. You may want to read <file:Documentation/usb/ehci.txt>.
  114. config ADK_LINUX_KERNEL_USB_UHCI_HCD
  115. tristate "Support for UHCI controllers"
  116. depends on ADK_LINUX_KERNEL_USB
  117. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  118. depends on !ADK_TARGET_BOARD_BCM28XX
  119. default m if ADK_TARGET_SYSTEM_PCENGINES_APU
  120. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  121. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  122. default n
  123. help
  124. The Universal Host Controller Interface is a standard by Intel for
  125. accessing the USB hardware in the PC (which is also called the USB
  126. host controller). If your USB host controller conforms to this
  127. standard, you may want to say Y, but see below. All recent boards
  128. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  129. i810, i820) conform to this standard. Also all VIA PCI chipsets
  130. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  131. 133). If unsure, say Y.
  132. config ADK_LINUX_KERNEL_USB_OHCI_HCD
  133. tristate "Support for OHCI controllers"
  134. depends on ADK_LINUX_KERNEL_USB
  135. depends on !ADK_TARGET_BOARD_BCM28XX
  136. select ADK_LINUX_KERNEL_USB_OHCI_HCD_PCI if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  137. select ADK_LINUX_KERNEL_USB_OHCI_HCD_PCI if ADK_TARGET_SYSTEM_PCENGINES_APU
  138. default m if ADK_TARGET_SYSTEM_PCENGINES_APU
  139. default m if ADK_TARGET_SYSTEM_PCENGINES_ALIX
  140. default m if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  141. default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  142. default n
  143. help
  144. The Open Host Controller Interface (OHCI) is a standard for accessing
  145. USB 1.1 host controller hardware. It does more in hardware than Intel's
  146. UHCI specification. If your USB host controller follows the OHCI spec,
  147. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  148. USB controller from Intel or VIA, this is appropriate. If your host
  149. controller doesn't use PCI, this is probably appropriate. For a PCI
  150. based system where you're not sure, the "lspci -v" entry will list the
  151. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  152. config ADK_LINUX_KERNEL_USB_DWCOTG
  153. bool "Support for DWCOTG controller"
  154. select ADK_LINUX_KERNEL_USB
  155. select ADK_LINUX_KERNEL_FIQ
  156. depends on ADK_TARGET_BOARD_BCM28XX
  157. default y if ADK_TARGET_BOARD_BCM28XX
  158. default n
  159. help
  160. The Synopsis DWC controller is a dual-role
  161. host/peripheral/OTG ("On The Go") USB controllers.
  162. config ADK_LINUX_KERNEL_USB_CHIPIDEA_UDC
  163. bool
  164. config ADK_LINUX_KERNEL_USB_CHIPIDEA_HOST
  165. bool
  166. config ADK_LINUX_KERNEL_USB_CHIPIDEA
  167. tristate "Support for ChipIdea controller"
  168. select ADK_LINUX_KERNEL_USB_CHIPIDEA_UDC
  169. select ADK_LINUX_KERNEL_USB_CHIPIDEA_HOST
  170. select ADK_LINUX_KERNEL_USB_GADGET
  171. depends on ADK_LINUX_KERNEL_USB_EHCI_HCD
  172. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  173. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  174. default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  175. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  176. default n
  177. config ADK_LINUX_KERNEL_USB_ISP116X_HCD
  178. tristate "Support for ISP116X"
  179. depends on ADK_LINUX_KERNEL_USB
  180. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  181. depends on !ADK_TARGET_BOARD_BCM28XX
  182. help
  183. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  184. option if your board has this chip. If unsure, say N.
  185. This driver does not support isochronous transfers.
  186. config ADK_LINUX_KERNEL_USB_SL811_HCD
  187. tristate "Support for SL811HS"
  188. depends on ADK_LINUX_KERNEL_USB
  189. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  190. depends on !ADK_TARGET_BOARD_BCM28XX
  191. default n
  192. help
  193. The SL811HS is a single-port USB controller that supports either
  194. host side or peripheral side roles. Enable this option if your
  195. board has this chip, and you want to use it as a host controller.
  196. If unsure, say N.
  197. endmenu
  198. menu "USB devices support"
  199. config ADK_LINUX_KERNEL_USB_STORAGE
  200. tristate "Support for USB storage devices"
  201. select ADK_LINUX_KERNEL_SCSI
  202. select ADK_LINUX_KERNEL_BLK_DEV_SD
  203. config ADK_LINUX_KERNEL_SND_USB_AUDIO
  204. tristate "Support for USB sound adapter"
  205. select ADK_LINUX_KERNEL_SND
  206. select ADK_LINUX_KERNEL_SND_USB
  207. select ADK_LINUX_KERNEL_SND_RAWMIDI
  208. config ADK_LINUX_KERNEL_USB_HSO
  209. tristate "Support for USB HSO devices"
  210. select ADK_LINUX_KERNEL_RFKILL
  211. select ADK_LINUX_KERNEL_USB_STORAGE
  212. config ADK_LINUX_KERNEL_USB_PRINTER
  213. tristate "Support for USB printers"
  214. config ADK_LINUX_KERNEL_USB_ACM
  215. tristate "Support for USB modems/isdn controllers"
  216. config ADK_LINUX_KERNEL_USB_PEGASUS
  217. tristate "Support for USB Pegasus network cards"
  218. select ADK_LINUX_KERNEL_USB_NET_DRIVERS
  219. config ADK_LINUX_KERNEL_USB_SERIAL
  220. tristate "Support for USB-to-serial converters"
  221. help
  222. Say Y here if you have a USB device that provides normal serial
  223. ports, or acts like a serial device, and you want to connect it to
  224. your USB bus.
  225. Please read <file:Documentation/usb/usb-serial.txt> for more
  226. information on the specifics of the different devices that are
  227. supported, and on how to use them.
  228. config ADK_LINUX_KERNEL_USB_SERIAL_BELKIN
  229. tristate "Support for Belkin USB-to-serial converters"
  230. depends on ADK_LINUX_KERNEL_USB_SERIAL
  231. help
  232. Say Y here if you want to use a Belkin USB Serial single port
  233. adaptor (F5U103 is one of the model numbers) or the Peracom single
  234. port USB to serial adapter.
  235. config ADK_LINUX_KERNEL_USB_SERIAL_FTDI_SIO
  236. tristate "Support for FTDI USB-to-serial converter"
  237. depends on ADK_LINUX_KERNEL_USB_SERIAL
  238. help
  239. Say Y here if you want to use a FTDI SIO single port USB to serial
  240. converter device. The implementation I have is called the USC-1000.
  241. This driver has also be tested with the 245 and 232 devices.
  242. See <http://ftdi-usb-sio.sourceforge.net/> for more
  243. information on this driver and the device.
  244. config ADK_LINUX_KERNEL_USB_SERIAL_MCT_U232
  245. tristate "Support for Magic Control Technology USB-to-Serial converters"
  246. depends on ADK_LINUX_KERNEL_USB_SERIAL
  247. help
  248. Say Y here if you want to use a USB Serial single port adapter from
  249. Magic Control Technology Corp. (U232 is one of the model numbers).
  250. This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
  251. BAY, Belkin F5U109, and Belkin F5U409 devices.
  252. config ADK_LINUX_KERNEL_USB_SERIAL_PL2303
  253. tristate "Support for Prolific PL2303 USB-to-Serial converters"
  254. depends on ADK_LINUX_KERNEL_USB_SERIAL
  255. help
  256. Say Y here if you want to use the PL2303 USB Serial single port
  257. adapter from Prolific.
  258. config ADK_LINUX_KERNEL_USB_SERIAL_VISOR
  259. tristate "Support for Handspring Visor / Palm m50x / Sony Clie Driver"
  260. depends on ADK_LINUX_KERNEL_USB_SERIAL
  261. help
  262. Say Y here if you want to connect to your HandSpring Visor, Palm
  263. m500 or m505 through its USB docking station. See
  264. <http://usbvisor.sourceforge.net/> for more information on using this
  265. driver.
  266. config ADK_LINUX_KERNEL_USB_SERIAL_SIERRAWIRELESS
  267. tristate "Support for Sierra Wireless USB-to-Serial converters"
  268. depends on ADK_LINUX_KERNEL_USB_SERIAL
  269. config ADK_LINUX_KERNEL_USB_SERIAL_OPTION
  270. tristate "USB driver for GSM and CDMA modems"
  271. depends on ADK_LINUX_KERNEL_USB_SERIAL
  272. help
  273. Say Y here if you have a GSM or CDMA modem that's connected to USB.
  274. config ADK_LINUX_KERNEL_USB_SERIAL_WWAN
  275. tristate
  276. depends on ADK_LINUX_KERNEL_USB_SERIAL
  277. config ADK_LINUX_KERNEL_USB_ATM
  278. tristate "Support for USB ATM devices"
  279. config ADK_LINUX_KERNEL_USB_ATM_SPEEDTOUCH
  280. tristate "Support for USB Speedtouch ADSL modem"
  281. depends on ADK_LINUX_KERNEL_USB_ATM
  282. config ADK_LINUX_KERNEL_USB_SISUSBVGA
  283. tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
  284. config ADK_LINUX_KERNEL_USB_NET_QMI_WWAN
  285. tristate "Qualcomm LTE modems"
  286. select ADK_LINUX_KERNEL_USB_USBNET
  287. help
  288. config ADK_LINUX_KERNEL_USB_SIERRA_NET
  289. tristate "Sierra Wireless MC8775 PCI Express"
  290. select ADK_LINUX_KERNEL_USB_USBNET
  291. help
  292. Driver for WWAN modem Sierra Wireless MC8775 PCI Express
  293. config ADK_LINUX_KERNEL_SND_USB
  294. bool
  295. depends on ADK_LINUX_KERNEL_USB
  296. config ADK_LINUX_KERNEL_SND_USB_AUDIO
  297. tristate
  298. config ADK_LINUX_KERNEL_USB_GADGET
  299. tristate
  300. config ADK_LINUX_KERNEL_USB_AUDIO
  301. tristate
  302. config ADK_LINUX_KERNEL_USB_MIDI_GADGET
  303. tristate "USB Midi Gadgets"
  304. select ADK_LINUX_KERNEL_USB_GADGET
  305. select ADK_LINUX_KERNEL_USB_AUDIO
  306. select ADK_LINUX_KERNEL_SND_USB_AUDIO
  307. select ADK_LINUX_KERNEL_SND_USB
  308. help
  309. Enable USB midi devices
  310. endmenu
  311. endmenu