ab493a0f0f
Create a dedicated folder for iommu drivers, and move the base iommu implementation over there. Grouping the various iommu drivers in a single location will help finding similar problems shared by different platforms, so they could be solved once, in the iommu framework, instead of solved differently (or duplicated) in each driver. Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
3 lines
77 B
Text
3 lines
77 B
Text
# IOMMU_API always gets selected by whoever wants it.
|
|
config IOMMU_API
|
|
bool
|