Kconfig (e275e38a61a10d1a85a6efc12b292daf0dd814e1) | Kconfig (9a35a26485b3d8677f8cc44103f554b0ce8d62d0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 189 unchanged lines hidden (view full) --- 198 help 199 Say Y here if you want to enable PCIe controller support on 200 MediaTek SoCs. 201 202config PCIE_MEDIATEK_GEN3 203 tristate "MediaTek Gen3 PCIe controller" 204 depends on ARCH_AIROHA || ARCH_MEDIATEK || COMPILE_TEST 205 depends on PCI_MSI | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 189 unchanged lines hidden (view full) --- 198 help 199 Say Y here if you want to enable PCIe controller support on 200 MediaTek SoCs. 201 202config PCIE_MEDIATEK_GEN3 203 tristate "MediaTek Gen3 PCIe controller" 204 depends on ARCH_AIROHA || ARCH_MEDIATEK || COMPILE_TEST 205 depends on PCI_MSI |
206 select IRQ_MSI_LIB |
|
206 help 207 Adds support for PCIe Gen3 MAC controller for MediaTek SoCs. 208 This PCIe controller is compatible with Gen3, Gen2 and Gen1 speed, 209 and support up to 256 MSI interrupt numbers for 210 multi-function devices. 211 212 Say Y here if you want to enable Gen3 PCIe controller support on 213 MediaTek SoCs. --- 146 unchanged lines hidden --- | 207 help 208 Adds support for PCIe Gen3 MAC controller for MediaTek SoCs. 209 This PCIe controller is compatible with Gen3, Gen2 and Gen1 speed, 210 and support up to 256 MSI interrupt numbers for 211 multi-function devices. 212 213 Say Y here if you want to enable Gen3 PCIe controller support on 214 MediaTek SoCs. --- 146 unchanged lines hidden --- |