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

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

56config USB_ARCH_HAS_EHCI
57 boolean
58 default y if PPC_83xx
59 default y if SOC_AU1200
60 default y if ARCH_IXP4XX
61 default y if ARCH_W90X900
62 default y if ARCH_AT91SAM9G45
63 default y if ARCH_MXC
1#
2# USB device configuration
3#
4
5menuconfig USB_SUPPORT
6 bool "USB support"
7 depends on HAS_IOMEM
8 default y

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

56config USB_ARCH_HAS_EHCI
57 boolean
58 default y if PPC_83xx
59 default y if SOC_AU1200
60 default y if ARCH_IXP4XX
61 default y if ARCH_W90X900
62 default y if ARCH_AT91SAM9G45
63 default y if ARCH_MXC
64 default y if ARCH_OMAP34XX
64 default y if ARCH_OMAP3
65 default PCI
66
67# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
68config USB
69 tristate "Support for Host-side USB"
70 depends on USB_ARCH_HAS_HCD
71 select NLS # for UTF-8 strings
72 ---help---

--- 90 unchanged lines hidden ---
65 default PCI
66
67# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
68config USB
69 tristate "Support for Host-side USB"
70 depends on USB_ARCH_HAS_HCD
71 select NLS # for UTF-8 strings
72 ---help---

--- 90 unchanged lines hidden ---