Config.in.usb 11 KB

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