aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.osdl.org>2007-01-01 13:55:45 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2007-01-01 13:55:45 -0500
commit36f696cd7ffc82c48bf5826bbb4e005370fb9c6a (patch)
tree30ef8864d8b1b730ae275b6c3f743035df915fa4 /arch/x86_64/Kconfig
parent669df1b478803f49a356528d290af7bf442eb3be (diff)
Revert "[PATCH] x86_64: fix boot hang caused by CALGARY_IOMMU_ENABLED_BY_DEFAULT"
This reverts commit a9622f6219ce58faba1417743bf3078501eb3434. Now that the Calgary code apparently detects itself properly, it's not needed any more. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index ef6672455695..d4275537b25b 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -480,13 +480,14 @@ config CALGARY_IOMMU
480 480
481config CALGARY_IOMMU_ENABLED_BY_DEFAULT 481config CALGARY_IOMMU_ENABLED_BY_DEFAULT
482 bool "Should Calgary be enabled by default?" 482 bool "Should Calgary be enabled by default?"
483 default y
483 depends on CALGARY_IOMMU 484 depends on CALGARY_IOMMU
484 help 485 help
485 Should Calgary be enabled by default? If you choose 'y', Calgary 486 Should Calgary be enabled by default? if you choose 'y', Calgary
486 will be used (if it exists). If you choose 'n', Calgary will not be 487 will be used (if it exists). If you choose 'n', Calgary will not be
487 used even if it exists. If you choose 'n' and would like to use 488 used even if it exists. If you choose 'n' and would like to use
488 Calgary anyway, pass 'iommu=calgary' on the kernel command line. 489 Calgary anyway, pass 'iommu=calgary' on the kernel command line.
489 If unsure, say N. 490 If unsure, say Y.
490 491
491# need this always selected by IOMMU for the VIA workaround 492# need this always selected by IOMMU for the VIA workaround
492config SWIOTLB 493config SWIOTLB