diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-06-02 02:48:05 +0300 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-06-14 14:47:41 +0200 |
commit | ab493a0f0f55d28636ac860ea682d57b84257f10 (patch) | |
tree | 41c1801407e25060ae415a7c2bb1cb6a8df45884 /arch/ia64/Kconfig | |
parent | 74315cccd2104a953f493acca2c6b0519d6f5c6f (diff) | |
download | linux-ab493a0f0f55d28636ac860ea682d57b84257f10.tar.gz linux-ab493a0f0f55d28636ac860ea682d57b84257f10.tar.bz2 linux-ab493a0f0f55d28636ac860ea682d57b84257f10.zip |
drivers: iommu: move to a dedicated folder
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>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 38280ef4a2af..9929e4e11ea0 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -681,6 +681,3 @@ source "lib/Kconfig" config IOMMU_HELPER def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB) - -config IOMMU_API - def_bool (DMAR) |