aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/iommu/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-05-03 12:55:16 -0600
committerMartin Roth <martinroth@google.com>2019-06-06 18:52:07 +0000
commitec63a7140a3326fa177114a7253c74039ab07454 (patch)
tree3e6c597e0ad6ef5aed9145bfaa2ffa03cc742316 /src/soc/amd/common/block/iommu/Kconfig
parent43c26cb07fa42e6d5013f2e6bcb4e05522d24c1b (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/common/block/iommu/Kconfig')
-rw-r--r--src/soc/amd/common/block/iommu/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/iommu/Kconfig b/src/soc/amd/common/block/iommu/Kconfig
new file mode 100644
index 0000000000..4580400a7c
--- /dev/null
+++ b/src/soc/amd/common/block/iommu/Kconfig
@@ -0,0 +1,5 @@
+config SOC_AMD_COMMON_BLOCK_IOMMU
+ bool
+ default n
+ help
+ Select this option to use AMD common IOMMU support.