Config.in.usb 11 KB

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