Config.in.usb 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. menu "USB support"
  2. depends on ADK_TARGET_WITH_USB || ADK_HARDWARE_QEMU
  3. config ADK_KERNEL_USB_SUPPORT
  4. boolean
  5. config ADK_KERNEL_USB
  6. boolean
  7. select ADK_KERNEL_USB_SUPPORT
  8. default y if ADK_TARGET_SYSTEM_QEMU_SH4
  9. default y if ADK_TARGET_SYSTEM_QEMU_SH4EB
  10. default n
  11. config ADK_KERNEL_USB_OHCI_HCD
  12. boolean
  13. default y if ADK_TARGET_SYSTEM_QEMU_SH4
  14. default y if ADK_TARGET_SYSTEM_QEMU_SH4EB
  15. default n
  16. config ADK_KERNEL_USB_OHCI_HCD_PLATFORM
  17. boolean
  18. default y if ADK_TARGET_SYSTEM_QEMU_SH4
  19. default y if ADK_TARGET_SYSTEM_QEMU_SH4EB
  20. default n
  21. config ADK_KERNEL_USB_LIBUSUAL
  22. tristate
  23. config ADK_KERNEL_USB_SERIAL
  24. boolean
  25. config ADK_KERNEL_USB_STORAGE
  26. boolean
  27. config ADK_KERNEL_USB_EHCI_HCD
  28. boolean
  29. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  30. config ADK_KERNEL_USB_UHCI_HCD
  31. boolean
  32. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  33. config ADK_KERNEL_USB_OHCI_HCD
  34. boolean
  35. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  36. config ADK_KPACKAGE_KMOD_USB
  37. prompt "kmod-usb......................... USB support"
  38. tristate
  39. select ADK_KERNEL_NLS
  40. select ADK_KERNEL_USB_SUPPORT
  41. depends on !ADK_KERNEL_USB
  42. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  43. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2
  44. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  45. default y if ADK_TARGET_SYSTEM_IBM_X40
  46. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  47. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  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. config ADK_KPACKAGE_KMOD_USB_UHCI_HCD
  74. prompt "kmod-usb-uhci................... Support for UHCI controllers"
  75. tristate
  76. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  77. depends on ADK_KPACKAGE_KMOD_USB
  78. depends on !ADK_KERNEL_USB_UHCI_HCD
  79. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  80. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  81. default y if ADK_TARGET_SYSTEM_IBM_X40
  82. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  83. default n
  84. help
  85. The Universal Host Controller Interface is a standard by Intel for
  86. accessing the USB hardware in the PC (which is also called the USB
  87. host controller). If your USB host controller conforms to this
  88. standard, you may want to say Y, but see below. All recent boards
  89. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  90. i810, i820) conform to this standard. Also all VIA PCI chipsets
  91. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  92. 133). If unsure, say Y.
  93. config ADK_KPACKAGE_KMOD_USB_OHCI_HCD
  94. prompt "kmod-usb-ohci................... Support for OHCI controllers"
  95. tristate
  96. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  97. depends on ADK_KPACKAGE_KMOD_USB
  98. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  99. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  100. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2
  101. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  102. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  103. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  104. default n
  105. help
  106. The Open Host Controller Interface (OHCI) is a standard for accessing
  107. USB 1.1 host controller hardware. It does more in hardware than Intel's
  108. UHCI specification. If your USB host controller follows the OHCI spec,
  109. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  110. USB controller from Intel or VIA, this is appropriate. If your host
  111. controller doesn't use PCI, this is probably appropriate. For a PCI
  112. based system where you're not sure, the "lspci -v" entry will list the
  113. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  114. config ADK_KPACKAGE_KMOD_USB_ISP116X_HCD
  115. prompt "kmod-usb-isp116x................ ISP116X HCD support"
  116. tristate
  117. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  118. depends on ADK_KPACKAGE_KMOD_USB
  119. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  120. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  121. default n
  122. help
  123. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  124. option if your board has this chip. If unsure, say N.
  125. This driver does not support isochronous transfers.
  126. config ADK_KPACKAGE_KMOD_USB_SL811_HCD
  127. prompt "kmod-usb-sl811.................. SL811HS HCD support"
  128. tristate
  129. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  130. depends on ADK_KPACKAGE_KMOD_USB
  131. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  132. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  133. default n
  134. help
  135. The SL811HS is a single-port USB controller that supports either
  136. host side or peripheral side roles. Enable this option if your
  137. board has this chip, and you want to use it as a host controller.
  138. If unsure, say N.
  139. config ADK_KERNEL_USB_DWCOTG
  140. boolean
  141. select ADK_KERNEL_USB
  142. depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
  143. default y
  144. help
  145. The Synopsis DWC controller is a dual-role
  146. host/peripheral/OTG ("On The Go") USB controllers.
  147. config ADK_KPACKAGE_KMOD_USB_EHCI_HCD
  148. prompt "kmod-usb-ehci................... Support for USB 2.0 controllers"
  149. tristate
  150. select ADK_PACKAGE_KMOD_USB_CONTROLLER
  151. depends on !ADK_KERNEL_USB_EHCI_HCD
  152. depends on !ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  153. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  154. depends on ADK_KPACKAGE_KMOD_USB
  155. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  156. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2
  157. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  158. default y if ADK_TARGET_SYSTEM_IBM_X40
  159. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  160. default n
  161. help
  162. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  163. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  164. If your USB host controller supports USB 2.0, you will likely want to
  165. configure this Host Controller Driver. At the time of this writing,
  166. the primary implementation of EHCI is a chip from NEC, widely available
  167. in add-on PCI cards, but implementations are in the works from other
  168. vendors including Intel and Philips. Motherboard support is appearing.
  169. EHCI controllers are packaged with "companion" host controllers (OHCI
  170. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  171. will connect to EHCI if the device is high speed, otherwise they
  172. connect to a companion controller. If you configure EHCI, you should
  173. probably configure the OHCI (for NEC and some other vendors) USB Host
  174. Controller Driver or UHCI (for Via motherboards) Host Controller
  175. Driver too.
  176. You may want to read <file:Documentation/usb/ehci.txt>.
  177. config ADK_PACKAGE_KMOD_USB_CONTROLLER
  178. tristate
  179. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  180. default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
  181. default n
  182. config ADK_KPACKAGE_KMOD_USB_ACM
  183. prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
  184. tristate
  185. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  186. default n
  187. config ADK_KPACKAGE_KMOD_USB_PEGASUS
  188. prompt "kmod-usb-pegasus.................. Support for USB Pegasus"
  189. tristate
  190. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  191. default n
  192. config ADK_KPACKAGE_KMOD_USB_HSO
  193. prompt "kmod-usb-hso...................... Support for USB HSO devices"
  194. tristate
  195. select ADK_KPACKAGE_KMOD_RFKILL
  196. select ADK_KPACKAGE_KMOD_USB_STORAGE
  197. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  198. default n
  199. config ADK_KPACKAGE_KMOD_USB_PRINTER
  200. prompt "kmod-usb-printer.................. Support for USB printers"
  201. tristate
  202. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  203. default n
  204. config ADK_KPACKAGE_KMOD_USB_SERIAL
  205. prompt "kmod-usb-serial................... Support for USB-to-serial converters"
  206. tristate
  207. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  208. default n
  209. help
  210. Say Y here if you have a USB device that provides normal serial
  211. ports, or acts like a serial device, and you want to connect it to
  212. your USB bus.
  213. Please read <file:Documentation/usb/usb-serial.txt> for more
  214. information on the specifics of the different devices that are
  215. supported, and on how to use them.
  216. config ADK_KPACKAGE_KMOD_USB_SERIAL_BELKIN
  217. prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
  218. tristate
  219. depends on ADK_KPACKAGE_KMOD_USB_SERIAL
  220. default n
  221. help
  222. Say Y here if you want to use a Belkin USB Serial single port
  223. adaptor (F5U103 is one of the model numbers) or the Peracom single
  224. port USB to serial adapter.
  225. config ADK_KPACKAGE_KMOD_USB_SERIAL_FTDI_SIO
  226. prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converter"
  227. tristate
  228. depends on ADK_KPACKAGE_KMOD_USB_SERIAL
  229. default n
  230. help
  231. Say Y here if you want to use a FTDI SIO single port USB to serial
  232. converter device. The implementation I have is called the USC-1000.
  233. This driver has also be tested with the 245 and 232 devices.
  234. See <http://ftdi-usb-sio.sourceforge.net/> for more
  235. information on this driver and the device.
  236. config ADK_KPACKAGE_KMOD_USB_SERIAL_MCT_U232
  237. prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
  238. tristate
  239. depends on ADK_KPACKAGE_KMOD_USB_SERIAL
  240. default n
  241. help
  242. Say Y here if you want to use a USB Serial single port adapter from
  243. Magic Control Technology Corp. (U232 is one of the model numbers).
  244. This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
  245. BAY, Belkin F5U109, and Belkin F5U409 devices.
  246. config ADK_KPACKAGE_KMOD_USB_SERIAL_PL2303
  247. prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
  248. tristate
  249. depends on ADK_KPACKAGE_KMOD_USB_SERIAL
  250. default n
  251. help
  252. Say Y here if you want to use the PL2303 USB Serial single port
  253. adapter from Prolific.
  254. config ADK_KPACKAGE_KMOD_USB_SERIAL_VISOR
  255. prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
  256. tristate
  257. depends on ADK_KPACKAGE_KMOD_USB_SERIAL
  258. default n
  259. help
  260. Say Y here if you want to connect to your HandSpring Visor, Palm
  261. m500 or m505 through its USB docking station. See
  262. <http://usbvisor.sourceforge.net/> for more information on using this
  263. driver.
  264. config ADK_KPACKAGE_KMOD_USB_STORAGE
  265. prompt "kmod-usb-storage.................. Support for USB storage devices"
  266. tristate
  267. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  268. depends on !ADK_KERNEL_USB_STORAGE
  269. select ADK_KPACKAGE_KMOD_SCSI if !ADK_KERNEL_SCSI
  270. select ADK_KPACKAGE_KMOD_BLK_DEV_SD if !ADK_KERNEL_SCSI
  271. default n
  272. config ADK_KPACKAGE_KMOD_USB_ATM
  273. prompt "kmod-usb-atm...................... Support for USB ATM devices"
  274. tristate
  275. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  276. default n
  277. config ADK_KPACKAGE_KMOD_USB_ATM_SPEEDTOUCH
  278. prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
  279. tristate
  280. depends on ADK_KPACKAGE_KMOD_USB_ATM
  281. default n
  282. config ADK_KPACKAGE_KMOD_USB_USBNET
  283. prompt "kmod-usb-usbnet................... Multi-purpose USB Networking Framework"
  284. tristate
  285. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  286. default n
  287. config ADK_KPACKAGE_KMOD_SND_USB_AUDIO
  288. prompt "kmod-snd-usb-audio................ USB sound adapter"
  289. tristate
  290. select ADK_KERNEL_SND_USB
  291. select ADK_KPACKAGE_KMOD_SND
  292. select ADK_KPACKAGE_KMOD_SND_RAWMIDI
  293. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  294. default n
  295. config ADK_KPACKAGE_KMOD_USB_SISUSBVGA
  296. prompt "kmod-usb-svga..................... USB 2.0 SVGA dongle support (Net2280/SiS315)"
  297. tristate
  298. depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
  299. default n
  300. endmenu