summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/irq/Kconfig
blob: 2a03db6719d496e9776e2123e7e2f31136d73e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

config SOC_INTEL_COMMON_BLOCK_IRQ
	bool
	select SOC_INTEL_COMMON_BLOCK_GPIO
	select SOUTHBRIDGE_INTEL_COMMON_PIRQ_ACPI_GEN
	help
	  Intel common block support for assigning PCI IRQs dynamically. This
	  allows coreboot to control the IRQ assignments. They are passed to the
	  FSP via UPD, and also exposed to the OS in ACPI tables. The SoC must
	  provide a list of IRQ programming constraints; this module will avoid
	  IRQs that are used by GPIOs routed to IOAPIC.