Config.in.usb 11 KB

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