diff options
Diffstat (limited to 'src/soc/intel/common/block/irq/Kconfig')
-rw-r--r-- | src/soc/intel/common/block/irq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |