Kconfig (bd45ac0c5daae35e7c71138172e63df5cf644cf6) | Kconfig (91bc4d31e81b15aa6e2d075307b8727041f2e2d1) |
---|---|
1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y --- 36 unchanged lines hidden (view full) --- 45 # more: 46 default PCI 47 48# some non-PCI hcds implement EHCI 49config USB_ARCH_HAS_EHCI 50 boolean 51 default y if PPC_83xx 52 default y if SOC_AU1200 | 1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y --- 36 unchanged lines hidden (view full) --- 45 # more: 46 default PCI 47 48# some non-PCI hcds implement EHCI 49config USB_ARCH_HAS_EHCI 50 boolean 51 default y if PPC_83xx 52 default y if SOC_AU1200 |
53 default y if ARCH_IXP4XX |
|
53 default PCI 54 55# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 56config USB 57 tristate "Support for Host-side USB" 58 depends on USB_ARCH_HAS_HCD 59 ---help--- 60 Universal Serial Bus (USB) is a specification for a serial bus --- 83 unchanged lines hidden --- | 54 default PCI 55 56# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 57config USB 58 tristate "Support for Host-side USB" 59 depends on USB_ARCH_HAS_HCD 60 ---help--- 61 Universal Serial Bus (USB) is a specification for a serial bus --- 83 unchanged lines hidden --- |