diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 10:52:42 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 10:52:42 +0200 |
commit | 3f75f42d7733e73aca5c78326489efd4189e0111 (patch) | |
tree | cb96f8782e46e1efd06497cafd8a99fa9cddaecc /arch/x86_64 | |
parent | dcf10307c3fff2bca4b104ad8fe4e3aa8dcb2ad1 (diff) |
[PATCH] Don't set calgary iommu as default y
Most systems don't need it.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index c2c68b90234..294bf77f722 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -422,7 +422,6 @@ config IOMMU config CALGARY_IOMMU bool "IBM Calgary IOMMU support" - default y select SWIOTLB depends on PCI && EXPERIMENTAL help |