diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-03-22 13:46:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-03-22 13:47:01 -0400 |
commit | d2f1e15b661e71fd52111f51c99a6ce41384e9ef (patch) | |
tree | 8731e7e772e6f825ebbc6eef7681bc46302149bd /arch/x86/Kconfig | |
parent | 40b7e05e17eef31ff30fe08dfc2424ef653a792c (diff) | |
parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 (diff) |
Merge commit 'v2.6.34-rc2' into perf/core
Merge reason: Pick up latest perf fixes from upstream.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e1240f652a9b..7191b6eb16d8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -105,6 +105,9 @@ config ZONE_DMA | |||
105 | config SBUS | 105 | config SBUS |
106 | bool | 106 | bool |
107 | 107 | ||
108 | config NEED_DMA_MAP_STATE | ||
109 | def_bool (X86_64 || DMAR || DMA_API_DEBUG) | ||
110 | |||
108 | config GENERIC_ISA_DMA | 111 | config GENERIC_ISA_DMA |
109 | def_bool y | 112 | def_bool y |
110 | 113 | ||
@@ -662,7 +665,7 @@ config GART_IOMMU | |||
662 | bool "GART IOMMU support" if EMBEDDED | 665 | bool "GART IOMMU support" if EMBEDDED |
663 | default y | 666 | default y |
664 | select SWIOTLB | 667 | select SWIOTLB |
665 | depends on X86_64 && PCI | 668 | depends on X86_64 && PCI && K8_NB |
666 | ---help--- | 669 | ---help--- |
667 | Support for full DMA access of devices with 32bit memory access only | 670 | Support for full DMA access of devices with 32bit memory access only |
668 | on systems with more than 3GB. This is usually needed for USB, | 671 | on systems with more than 3GB. This is usually needed for USB, |
@@ -2061,7 +2064,7 @@ endif # X86_32 | |||
2061 | 2064 | ||
2062 | config K8_NB | 2065 | config K8_NB |
2063 | def_bool y | 2066 | def_bool y |
2064 | depends on AGP_AMD64 || (X86_64 && (GART_IOMMU || (PCI && NUMA))) | 2067 | depends on CPU_SUP_AMD && PCI |
2065 | 2068 | ||
2066 | source "drivers/pcmcia/Kconfig" | 2069 | source "drivers/pcmcia/Kconfig" |
2067 | 2070 | ||