mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / soc / amd / common / block / pci / Kconfig
blobf9d2908176ef5855cc3e3fa270fec0a9f3dbf0c5
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_PCI
4         bool
5         select SOC_AMD_COMMON_BLOCK_PCI_MMCONF
6         help
7           This option builds functions used to program PCI interrupt
8           routing, both PIC and APIC modes.
10 config SOC_AMD_COMMON_BLOCK_PCI_MMCONF
11         bool
12         help
13           Selecting this option adds the AMD-common enable_pci_mmconf function
14           to the build.
16 config SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER
17         bool
18         depends on SOC_AMD_COMMON_BLOCK_PCI
19         help
20           Select this option to use AMD common PCIe GPP driver.