Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. config USB
  2. bool
  3. config USB_UHCI
  4. bool
  5. default y if PCI_DEVICES
  6. depends on PCI
  7. select USB
  8. config USB_OHCI
  9. bool
  10. select USB
  11. config USB_OHCI_SYSBUS
  12. bool
  13. select USB_OHCI
  14. config USB_OHCI_PCI
  15. bool
  16. default y if PCI_DEVICES
  17. depends on PCI
  18. select USB_OHCI
  19. config USB_EHCI
  20. bool
  21. select USB
  22. config USB_EHCI_PCI
  23. bool
  24. default y if PCI_DEVICES
  25. select USB_EHCI
  26. config USB_EHCI_SYSBUS
  27. bool
  28. select USB_EHCI
  29. config USB_XHCI
  30. bool
  31. select USB
  32. config USB_XHCI_PCI
  33. bool
  34. default y if PCI_DEVICES || PCIE_DEVICES
  35. depends on PCI
  36. select USB_XHCI
  37. config USB_XHCI_NEC
  38. bool
  39. default y if PCI_DEVICES
  40. select USB_XHCI_PCI
  41. config USB_XHCI_SYSBUS
  42. bool
  43. select USB_XHCI
  44. config USB_DWC2
  45. bool
  46. select USB
  47. config USB_HUB
  48. bool
  49. default y
  50. depends on USB
  51. config USB_HID
  52. bool
  53. default y
  54. depends on USB
  55. config USB_TABLET_WACOM
  56. bool
  57. default y
  58. depends on USB
  59. config USB_STORAGE_CORE
  60. bool
  61. depends on USB
  62. select SCSI
  63. config USB_STORAGE_CLASSIC
  64. bool
  65. default y
  66. depends on USB
  67. select USB_STORAGE_CORE
  68. config USB_STORAGE_BOT
  69. bool
  70. default y
  71. depends on USB
  72. select USB_STORAGE_CORE
  73. config USB_STORAGE_UAS
  74. bool
  75. default y
  76. depends on USB
  77. select SCSI
  78. config USB_AUDIO
  79. bool
  80. default y
  81. depends on USB
  82. config USB_SERIAL
  83. bool
  84. default y
  85. depends on USB
  86. config USB_NETWORK
  87. bool
  88. default y
  89. depends on USB
  90. config USB_SMARTCARD
  91. bool
  92. default y
  93. depends on USB
  94. config USB_STORAGE_MTP
  95. bool
  96. default y
  97. depends on USB
  98. config USB_U2F
  99. bool
  100. default y
  101. depends on USB
  102. config USB_CANOKEY
  103. bool
  104. default y
  105. depends on USB
  106. config IMX_USBPHY
  107. bool
  108. default y
  109. depends on USB
  110. config USB_DWC3
  111. bool
  112. select USB_XHCI_SYSBUS
  113. select REGISTER
  114. config XLNX_USB_SUBSYS
  115. bool
  116. select USB_DWC3
  117. config USB_CHIPIDEA
  118. bool
  119. select USB_EHCI_SYSBUS