diff options
author | Jason Gunthorpe <jgg@nvidia.com> | 2023-03-22 23:08:03 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2023-03-31 11:03:31 +0300 |
commit | 99b5726b44230329f35b4c4d7fe1577d4f4edb31 (patch) | |
tree | 3bbde08b776b3ff0eb482dbc1bbe6f1354b4419e /drivers/iommu/Kconfig | |
parent | fffaed1e24b8d114e958d180cb4a8aed3febbb5a (diff) | |
download | linux-99b5726b44230329f35b4c4d7fe1577d4f4edb31.tar.xz |
iommu: Remove ioasid infrastructure
This has no use anymore, delete it all.
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Link: https://lore.kernel.org/r/20230322200803.869130-8-jacob.jun.pan@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index c4928514e5e2..db98c3f86e8c 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -3,10 +3,6 @@ config IOMMU_IOVA tristate -# The IOASID library may also be used by non-IOMMU_API users -config IOASID - tristate - # IOMMU_API always gets selected by whoever wants it. config IOMMU_API bool @@ -160,7 +156,6 @@ config IOMMU_DMA # Shared Virtual Addressing config IOMMU_SVA bool - select IOASID config FSL_PAMU bool "Freescale IOMMU support" |