diff options
author | Borislav Petkov <bp@suse.de> | 2014-07-10 06:44:56 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-10 09:32:40 -0400 |
commit | e5cac32c141aadc6eb1a182394bb84cb59461683 (patch) | |
tree | b06fa23508651098bbb14e27b8edc253cd447ffc | |
parent | 51499aa912e0d6f5b3497e2b1121309f579e78ed (diff) |
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>
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index d260605e6d5f..b2807185bf50 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -76,7 +76,7 @@ config AMD_IOMMU_STATS | |||
76 | 76 | ||
77 | config AMD_IOMMU_V2 | 77 | config AMD_IOMMU_V2 |
78 | tristate "AMD IOMMU Version 2 driver" | 78 | tristate "AMD IOMMU Version 2 driver" |
79 | depends on AMD_IOMMU && PROFILING | 79 | depends on AMD_IOMMU |
80 | select MMU_NOTIFIER | 80 | select MMU_NOTIFIER |
81 | ---help--- | 81 | ---help--- |
82 | This option enables support for the AMD IOMMUv2 features of the IOMMU | 82 | This option enables support for the AMD IOMMUv2 features of the IOMMU |