浏览代码

iommu/amd: Drop oprofile dependency

a40d4c67d7de ("iommu/amd: Implement mmu_notifier_release call-back")
removed the oprofile task_exit notifier hack^Wusage but forgot to
readjust the Kconfig dependency. Fix that.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Borislav Petkov 11 年之前
父节点
当前提交
e5cac32c14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/iommu/Kconfig

+ 1 - 1
drivers/iommu/Kconfig

@@ -76,7 +76,7 @@ config AMD_IOMMU_STATS
 
 
 config AMD_IOMMU_V2
 config AMD_IOMMU_V2
 	tristate "AMD IOMMU Version 2 driver"
 	tristate "AMD IOMMU Version 2 driver"
-	depends on AMD_IOMMU && PROFILING
+	depends on AMD_IOMMU
 	select MMU_NOTIFIER
 	select MMU_NOTIFIER
 	---help---
 	---help---
 	  This option enables support for the AMD IOMMUv2 features of the IOMMU
 	  This option enables support for the AMD IOMMUv2 features of the IOMMU