diff options
author | Gary R Hook <gary.hook@amd.com> | 2018-06-12 16:41:30 -0500 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2018-07-06 14:06:30 +0200 |
commit | 7d0f5fd3e4d687424cc2ab68b55472e328e2ee0a (patch) | |
tree | 4005d7036fae71fcef2dc6c93f7e653d8f75a546 /drivers/iommu/Makefile | |
parent | bad614b24293ae463e74d2465685f0e4e229baca (diff) | |
download | blackbird-op-linux-7d0f5fd3e4d687424cc2ab68b55472e328e2ee0a.tar.gz blackbird-op-linux-7d0f5fd3e4d687424cc2ab68b55472e328e2ee0a.zip |
iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
Implement a skeleton framework for debugfs support in the AMD
IOMMU. Add an AMD-specific Kconfig boolean that depends upon
general enablement of DebugFS in the IOMMU.
Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r-- | drivers/iommu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index 74cfbc392862..47fd6ea9de2d 100644 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_IOMMU_IOVA) += iova.o obj-$(CONFIG_OF_IOMMU) += of_iommu.o obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o obj-$(CONFIG_AMD_IOMMU) += amd_iommu.o amd_iommu_init.o +obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += amd_iommu_debugfs.o obj-$(CONFIG_AMD_IOMMU_V2) += amd_iommu_v2.o obj-$(CONFIG_ARM_SMMU) += arm-smmu.o obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o |