Config.in.usb 12 KB

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