Kconfig (3bea302d6aa61f2371a63e9ad81eaa373fd66441) Kconfig (550a7375fe720924241f0eb76e4a5c1a3eb8c32f)
1#
2# USB device configuration
3#
4
5menuconfig USB_SUPPORT
6 bool "USB support"
7 depends on HAS_IOMEM
8 default y

--- 85 unchanged lines hidden (view full) ---

94 module will be called usbcore.
95
96source "drivers/usb/core/Kconfig"
97
98source "drivers/usb/mon/Kconfig"
99
100source "drivers/usb/host/Kconfig"
101
1#
2# USB device configuration
3#
4
5menuconfig USB_SUPPORT
6 bool "USB support"
7 depends on HAS_IOMEM
8 default y

--- 85 unchanged lines hidden (view full) ---

94 module will be called usbcore.
95
96source "drivers/usb/core/Kconfig"
97
98source "drivers/usb/mon/Kconfig"
99
100source "drivers/usb/host/Kconfig"
101
102source "drivers/usb/musb/Kconfig"
103
102source "drivers/usb/class/Kconfig"
103
104source "drivers/usb/storage/Kconfig"
105
106source "drivers/usb/image/Kconfig"
107
108comment "USB port drivers"
109 depends on USB

--- 39 unchanged lines hidden ---
104source "drivers/usb/class/Kconfig"
105
106source "drivers/usb/storage/Kconfig"
107
108source "drivers/usb/image/Kconfig"
109
110comment "USB port drivers"
111 depends on USB

--- 39 unchanged lines hidden ---