From c657ab9750dd040db2af9011d32c112bcdca8a5d Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Mon, 1 Mar 2021 16:53:22 -0700 Subject: soc/intel/common/block/irq: Add support for intel_write_pci0_PRT Add a new function to fill out the data structures necessary to generate a _PRT table. BUG=b:130217151, b:171580862, b:176858827 Signed-off-by: Tim Wawrzynczak Change-Id: I21a4835890ca03bff83ed0e8791441b3af54cb62 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51159 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/irq/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/irq/Kconfig') diff --git a/src/soc/intel/common/block/irq/Kconfig b/src/soc/intel/common/block/irq/Kconfig index d4d9ab1b03..ab6fc509cb 100644 --- a/src/soc/intel/common/block/irq/Kconfig +++ b/src/soc/intel/common/block/irq/Kconfig @@ -1,6 +1,7 @@ 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 -- cgit v1.2.3