Skip to content

Commit

Permalink
iommu/amd: Drop oprofile dependency
Browse files Browse the repository at this point in the history
a40d4c6 ("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>
  • Loading branch information
Borislav Petkov authored and Joerg Roedel committed Jul 10, 2014
1 parent 51499aa commit e5cac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config AMD_IOMMU_STATS

config AMD_IOMMU_V2
tristate "AMD IOMMU Version 2 driver"
depends on AMD_IOMMU && PROFILING
depends on AMD_IOMMU
select MMU_NOTIFIER
---help---
This option enables support for the AMD IOMMUv2 features of the IOMMU
Expand Down

0 comments on commit e5cac32

Please sign in to comment.