mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-17 12:08:43 +00:00
iommu: Allow iova to be used without requiring IOMMU_SUPPORT
iova is a library which can be built without IOMMU_SUPPORT Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
234bc0d667
commit
353649e5da
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,9 @@ menuconfig IOMMU_SUPPORT
|
||||||
remap DMA requests and/or remap interrupts from other devices on the
|
remap DMA requests and/or remap interrupts from other devices on the
|
||||||
system.
|
system.
|
||||||
|
|
||||||
|
config IOMMU_IOVA
|
||||||
|
tristate
|
||||||
|
|
||||||
if IOMMU_SUPPORT
|
if IOMMU_SUPPORT
|
||||||
|
|
||||||
menu "Generic IOMMU Pagetable Support"
|
menu "Generic IOMMU Pagetable Support"
|
||||||
|
@ -42,9 +45,6 @@ config IOMMU_IO_PGTABLE_LPAE_SELFTEST
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config IOMMU_IOVA
|
|
||||||
tristate
|
|
||||||
|
|
||||||
config OF_IOMMU
|
config OF_IOMMU
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on OF && IOMMU_API
|
depends on OF && IOMMU_API
|
||||||
|
|
Loading…
Add table
Reference in a new issue