From 8e91509a927059d0253528cd646e80d2dda03a2c Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 17 Jun 2020 23:15:35 -0700 Subject: soc/amd/picasso: Enable IDT in all stages This change selects IDT_IN_EVERY_STAGE so that the interrupt handlers are provided for all stages. Change-Id: I25ced7758264fb14998ab5f31ff778c1af11eb05 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/c/coreboot/+/42500 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Raul Rangel --- src/soc/amd/picasso/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index dd5731df05..9630ad3d46 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -19,6 +19,7 @@ config CPU_SPECIFIC_OPTIONS select ACPI_AMD_HARDWARE_SLEEP_VALUES select DRIVERS_I2C_DESIGNWARE select GENERIC_GPIO_LIB + select IDT_IN_EVERY_STAGE select IOAPIC select HAVE_EM100_SUPPORT select HAVE_USBDEBUG_OPTIONS -- cgit v1.2.3