diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-05-03 12:55:16 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-06-06 18:52:07 +0000 |
commit | ec63a7140a3326fa177114a7253c74039ab07454 (patch) | |
tree | 3e6c597e0ad6ef5aed9145bfaa2ffa03cc742316 /src/soc/amd/stoneyridge/Kconfig | |
parent | 43c26cb07fa42e6d5013f2e6bcb4e05522d24c1b (diff) |
soc/amd/stoneyridge: Move IOMMU support to common
BUG=b:131682806
Change-Id: Icb02180645c9e7e6dc973438c777228b031b3f54
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32657
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/Kconfig')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index d386012a86..5bad30955b 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -46,6 +46,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_AMD_PI select SOC_AMD_COMMON select SOC_AMD_COMMON_BLOCK + select SOC_AMD_COMMON_BLOCK_IOMMU select SOC_AMD_COMMON_BLOCK_ACPIMMIO select SOC_AMD_COMMON_BLOCK_BANKED_GPIOS select SOC_AMD_COMMON_BLOCK_ACPI |