Config.in.usb 16 KB

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