Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719)
1# SPDX-License-Identifier: GPL-2.0
2#
3# PCI configuration
4#
5
6# select this to offer the PCI prompt
7config HAVE_PCI
8 bool

--- 7 unchanged lines hidden (view full) ---

16menuconfig PCI
17 bool "PCI support"
18 depends on HAVE_PCI
19 help
20 This option enables support for the PCI local bus, including
21 support for PCI-X and the foundations for PCI Express support.
22 Say 'Y' here unless you know what you are doing.
23
1# SPDX-License-Identifier: GPL-2.0
2#
3# PCI configuration
4#
5
6# select this to offer the PCI prompt
7config HAVE_PCI
8 bool

--- 7 unchanged lines hidden (view full) ---

16menuconfig PCI
17 bool "PCI support"
18 depends on HAVE_PCI
19 help
20 This option enables support for the PCI local bus, including
21 support for PCI-X and the foundations for PCI Express support.
22 Say 'Y' here unless you know what you are doing.
23
24config PCI_DOMAINS
25 bool
26 depends on PCI
27
28config PCI_DOMAINS_GENERIC
29 bool
30 depends on PCI
31 select PCI_DOMAINS
32
24source "drivers/pci/pcie/Kconfig"
25
26config PCI_MSI
27 bool "Message Signaled Interrupts (MSI and MSI-X)"
28 depends on PCI
29 select GENERIC_MSI_IRQ
30 help
31 This allows device drivers to enable MSI (Message Signaled

--- 157 unchanged lines hidden ---
33source "drivers/pci/pcie/Kconfig"
34
35config PCI_MSI
36 bool "Message Signaled Interrupts (MSI and MSI-X)"
37 depends on PCI
38 select GENERIC_MSI_IRQ
39 help
40 This allows device drivers to enable MSI (Message Signaled

--- 157 unchanged lines hidden ---