summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-03 15:47:59 +0200
committerChristoph Hellwig <hch@lst.de>2018-05-09 06:55:51 +0200
commita4ce5a48d753d56827c1e0a0fa7770a27879bd0f (patch)
treed97bfb76b09a2b0dede3bfde87e5a32a7eacaa08 /arch/powerpc/Kconfig
parent79c1879ee5473e3404469b07f9bccfe6d0814b93 (diff)
downloadop-kernel-dev-a4ce5a48d753d56827c1e0a0fa7770a27879bd0f.zip
op-kernel-dev-a4ce5a48d753d56827c1e0a0fa7770a27879bd0f.tar.gz
iommu-helper: move the IOMMU_HELPER config symbol to lib/
This way we have one central definition of it, and user can select it as needed. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5cf611f..bd1cd84 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -222,6 +222,7 @@ config PPC
select HAVE_SYSCALL_TRACEPOINTS
select HAVE_VIRT_CPU_ACCOUNTING
select HAVE_IRQ_TIME_ACCOUNTING
+ select IOMMU_HELPER if PPC64
select IRQ_DOMAIN
select IRQ_FORCED_THREADING
select MODULES_USE_ELF_RELA
@@ -477,9 +478,6 @@ config MPROFILE_KERNEL
depends on PPC64 && CPU_LITTLE_ENDIAN
def_bool !DISABLE_MPROFILE_KERNEL
-config IOMMU_HELPER
- def_bool PPC64
-
config SWIOTLB
bool "SWIOTLB support"
default n
OpenPOWER on IntegriCloud