diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 408d44a59756..7d3bc5ac5db0 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -389,6 +389,7 @@ config GART_IOMMU | |||
389 | bool "K8 GART IOMMU support" | 389 | bool "K8 GART IOMMU support" |
390 | default y | 390 | default y |
391 | select SWIOTLB | 391 | select SWIOTLB |
392 | select AGP | ||
392 | depends on PCI | 393 | depends on PCI |
393 | help | 394 | help |
394 | Support for hardware IOMMU in AMD's Opteron/Athlon64 Processors | 395 | Support for hardware IOMMU in AMD's Opteron/Athlon64 Processors |
@@ -401,11 +402,9 @@ config GART_IOMMU | |||
401 | northbridge and a software emulation used on other systems without | 402 | northbridge and a software emulation used on other systems without |
402 | hardware IOMMU. If unsure, say Y. | 403 | hardware IOMMU. If unsure, say Y. |
403 | 404 | ||
404 | # need this always enabled with GART_IOMMU for the VIA workaround | 405 | # need this always selected by GART_IOMMU for the VIA workaround |
405 | config SWIOTLB | 406 | config SWIOTLB |
406 | bool | 407 | bool |
407 | default y | ||
408 | depends on GART_IOMMU | ||
409 | 408 | ||
410 | config X86_MCE | 409 | config X86_MCE |
411 | bool "Machine check support" if EMBEDDED | 410 | bool "Machine check support" if EMBEDDED |