Config.in.usb 15 KB

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