diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-03 16:47:59 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-09 07:55:51 +0300 |
commit | a4ce5a48d753d56827c1e0a0fa7770a27879bd0f (patch) | |
tree | d97bfb76b09a2b0dede3bfde87e5a32a7eacaa08 /arch/powerpc/Kconfig | |
parent | 79c1879ee5473e3404469b07f9bccfe6d0814b93 (diff) | |
download | linux-a4ce5a48d753d56827c1e0a0fa7770a27879bd0f.tar.xz |
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/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 5cf611f799be..bd1cd84cb06f 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 |