Kconfig (1d33369db25eb7f37b7a8bd22d736888b4501a9c) | Kconfig (5fac7e8405a951f536dfcea09c6f6adb904a08a8) |
---|---|
1# 2# Bus Devices 3# 4 5menu "Bus devices" 6 7config ARM_CCI 8 bool --- 97 unchanged lines hidden (view full) --- 106 Driver to enable ocp2scp module which transforms ocp interface 107 protocol to scp protocol. In OMAP4, USB PHY is connected via 108 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via 109 OCP2SCP. 110 111config QCOM_EBI2 112 bool "Qualcomm External Bus Interface 2 (EBI2)" 113 depends on HAS_IOMEM | 1# 2# Bus Devices 3# 4 5menu "Bus devices" 6 7config ARM_CCI 8 bool --- 97 unchanged lines hidden (view full) --- 106 Driver to enable ocp2scp module which transforms ocp interface 107 protocol to scp protocol. In OMAP4, USB PHY is connected via 108 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via 109 OCP2SCP. 110 111config QCOM_EBI2 112 bool "Qualcomm External Bus Interface 2 (EBI2)" 113 depends on HAS_IOMEM |
114 depends on ARCH_QCOM || COMPILE_TEST |
|
114 help 115 Say y here to enable support for the Qualcomm External Bus 116 Interface 2, which can be used to connect things like NAND Flash, 117 SRAM, ethernet adapters, FPGAs and LCD displays. 118 119config SIMPLE_PM_BUS 120 bool "Simple Power-Managed Bus Driver" 121 depends on OF && PM --- 48 unchanged lines hidden --- | 115 help 116 Say y here to enable support for the Qualcomm External Bus 117 Interface 2, which can be used to connect things like NAND Flash, 118 SRAM, ethernet adapters, FPGAs and LCD displays. 119 120config SIMPLE_PM_BUS 121 bool "Simple Power-Managed Bus Driver" 122 depends on OF && PM --- 48 unchanged lines hidden --- |