Kconfig (7e95e365d5399647a41e10059e4b09826b82d78b) | Kconfig (62194244cf871aec73b5854077f1c527416ccd7b) |
---|---|
1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y --- 34 unchanged lines hidden (view full) --- 43 default y if ARCH_EP93XX 44 default y if ARCH_AT91 45 default y if ARCH_PNX4008 && I2C 46 default y if MFD_TC6393XB 47 default y if ARCH_W90X900 48 default y if ARCH_DAVINCI_DA8XX 49 default y if ARCH_CNS3XXX 50 default y if PLAT_SPEAR | 1# 2# USB device configuration 3# 4 5menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 default y --- 34 unchanged lines hidden (view full) --- 43 default y if ARCH_EP93XX 44 default y if ARCH_AT91 45 default y if ARCH_PNX4008 && I2C 46 default y if MFD_TC6393XB 47 default y if ARCH_W90X900 48 default y if ARCH_DAVINCI_DA8XX 49 default y if ARCH_CNS3XXX 50 default y if PLAT_SPEAR |
51 default y if ARCH_EXYNOS |
|
51 # PPC: 52 default y if STB03xxx 53 default y if PPC_MPC52xx 54 # MIPS: 55 default y if MIPS_ALCHEMY 56 default y if MACH_JZ4740 57 # more: 58 default PCI --- 126 unchanged lines hidden --- | 52 # PPC: 53 default y if STB03xxx 54 default y if PPC_MPC52xx 55 # MIPS: 56 default y if MIPS_ALCHEMY 57 default y if MACH_JZ4740 58 # more: 59 default PCI --- 126 unchanged lines hidden --- |