Kconfig (750277048afe7ce8ebfc0b120de7dfbc745058a7) | Kconfig (cf154cccd8c9b9be80e4f9e367975d8f3cf5a497) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25 help 26 Say Y here if you want to enable PCIe controller support on Altera 27 FPGA. 28 29config PCIE_ALTERA_MSI 30 tristate "Altera PCIe MSI feature" 31 depends on PCIE_ALTERA 32 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 --- 16 unchanged lines hidden (view full) --- 25 help 26 Say Y here if you want to enable PCIe controller support on Altera 27 FPGA. 28 29config PCIE_ALTERA_MSI 30 tristate "Altera PCIe MSI feature" 31 depends on PCIE_ALTERA 32 depends on PCI_MSI |
33 select IRQ_MSI_LIB |
|
33 help 34 Say Y here if you want PCIe MSI support for the Altera FPGA. 35 This MSI driver supports Altera MSI to GIC controller IP. 36 37config PCIE_APPLE_MSI_DOORBELL_ADDR 38 hex 39 default 0xfffff000 40 depends on PCIE_APPLE --- 316 unchanged lines hidden --- | 34 help 35 Say Y here if you want PCIe MSI support for the Altera FPGA. 36 This MSI driver supports Altera MSI to GIC controller IP. 37 38config PCIE_APPLE_MSI_DOORBELL_ADDR 39 hex 40 default 0xfffff000 41 depends on PCIE_APPLE --- 316 unchanged lines hidden --- |