Config.in.usb 13 KB

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