Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y | 1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y |
9 ---help--- 10 This option adds core support for Universal Serial Bus (USB). 11 You will also need drivers from the following menu to make use of it. |
|
9 10if USB_SUPPORT 11 12# Host-side USB depends on having a host controller 13# NOTE: dummy_hcd is always an option, but it's ignored here ... 14# NOTE: SL-811 option should be board-specific ... 15config USB_ARCH_HAS_HCD 16 boolean --- 122 unchanged lines hidden --- | 12 13if USB_SUPPORT 14 15# Host-side USB depends on having a host controller 16# NOTE: dummy_hcd is always an option, but it's ignored here ... 17# NOTE: SL-811 option should be board-specific ... 18config USB_ARCH_HAS_HCD 19 boolean --- 122 unchanged lines hidden --- |