Skip to content

Commit

Permalink
x86, AMD IOMMU: add Kconfig entry
Browse files Browse the repository at this point in the history
This patch adds the Kconfig entry for the AMD IOMMU driver.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Cc: iommu@lists.linux-foundation.org
Cc: bhavna.sarathy@amd.com
Cc: Sebastian.Biemueller@amd.com
Cc: robert.richter@amd.com
Cc: joro@8bytes.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Jun 27, 2008
1 parent 543cf4c commit 2b18872
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,13 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT
Calgary anyway, pass 'iommu=calgary' on the kernel command line.
If unsure, say Y.

config AMD_IOMMU
bool "AMD IOMMU support"
select SWIOTL
depends on X86_64 && PCI
help
Select this to get support for AMD IOMMU hardware in your system.

# need this always selected by IOMMU for the VIA workaround
config SWIOTLB
bool
Expand Down

0 comments on commit 2b18872

Please sign in to comment.