diff options
author | Furquan Shaikh <furquan@google.com> | 2020-06-17 23:15:35 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-22 11:58:46 +0000 |
commit | 8e91509a927059d0253528cd646e80d2dda03a2c (patch) | |
tree | fb9aa4948e8ac030b701c10db3ffd7668067b7f6 /src | |
parent | f846d6951ef98588677ad54dddac2d507261986a (diff) | |
download | coreboot-8e91509a927059d0253528cd646e80d2dda03a2c.tar.xz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |