Config.in.usb 9.9 KB

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