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/s390/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/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index aa734f3ccbbc..89c0c726ca92 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -708,7 +708,9 @@ config QDIO menuconfig PCI bool "PCI support" select PCI_MSI + select IOMMU_HELPER select IOMMU_SUPPORT + help Enable PCI support. @@ -732,9 +734,6 @@ config PCI_DOMAINS config HAS_IOMEM def_bool PCI -config IOMMU_HELPER - def_bool PCI - config NEED_SG_DMA_LENGTH def_bool PCI |