Config.in.usb 11 KB

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