Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1235664

[PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

From Ashutosh Dixit <ashutosh.dixit@intel.com>
Newsgroups linux.kernel
Subject [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT
Date 2015-09-30 02:50 +0200
Message-ID <qedKN-5VS-9@gated-at.bofh.it> (permalink)
References <qedKN-5VS-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Sudeep Dutt <sudeep.dutt@intel.com>

iova is a library which can be built without IOMMU_SUPPORT

Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
---
 drivers/iommu/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index d9da766..71d1c46 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -12,6 +12,9 @@ menuconfig IOMMU_SUPPORT
 	  remap DMA requests and/or remap interrupts from other devices on the
 	  system.
 
+config IOMMU_IOVA
+	tristate
+
 if IOMMU_SUPPORT
 
 menu "Generic IOMMU Pagetable Support"
@@ -42,9 +45,6 @@ config IOMMU_IO_PGTABLE_LPAE_SELFTEST
 
 endmenu
 
-config IOMMU_IOVA
-	tristate
-
 config OF_IOMMU
        def_bool y
        depends on OF && IOMMU_API
-- 
2.0.0.rc3.2.g998f840

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT Ashutosh Dixit <ashutosh.dixit@intel.com> - 2015-09-30 02:50 +0200
  Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used  without requiring IOMMU_SUPPORT "Woodhouse, David" <david.woodhouse@intel.com> - 2015-10-05 13:00 +0200
    Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used  without requiring IOMMU_SUPPORT Sudeep Dutt <sudeep.dutt@intel.com> - 2015-10-05 19:50 +0200

csiph-web