From: Borislav Petkov Date: Thu, 10 Jul 2014 10:44:56 +0000 (+0200) Subject: iommu/amd: Drop oprofile dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5cac32c141aadc6eb1a182394bb84cb59461683;p=linux.git 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 Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index d260605e6d5fb..b2807185bf50a 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -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