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 <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42500 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
f846d6951e
commit
8e91509a92
|
@ -19,6 +19,7 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
select ACPI_AMD_HARDWARE_SLEEP_VALUES
|
select ACPI_AMD_HARDWARE_SLEEP_VALUES
|
||||||
select DRIVERS_I2C_DESIGNWARE
|
select DRIVERS_I2C_DESIGNWARE
|
||||||
select GENERIC_GPIO_LIB
|
select GENERIC_GPIO_LIB
|
||||||
|
select IDT_IN_EVERY_STAGE
|
||||||
select IOAPIC
|
select IOAPIC
|
||||||
select HAVE_EM100_SUPPORT
|
select HAVE_EM100_SUPPORT
|
||||||
select HAVE_USBDEBUG_OPTIONS
|
select HAVE_USBDEBUG_OPTIONS
|
||||||
|
|
Loading…
Reference in New Issue