summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2007-10-29 21:37:18 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-30 15:06:55 (GMT)
commit4138f08d1c2783a28df2af6ed81aa180462ec374 (patch)
tree11b9d3b4cbafe4c9d1dd7c9b7ef934dee2bafdb4 /arch
parentbc2a3f86f46569fb091792867ce67c9ab24dfd0f (diff)
downloadlinux-fsl-qoriq-4138f08d1c2783a28df2af6ed81aa180462ec374.tar.xz
Remove bogus default y for DMAR and NET_DMA
No reason I can think of of making them default y Most people don't have the hardware and with default y they just pollute lots of configs during make oldconfig. Signed-off-by: Andi Kleen <ak@suse.de> Acked-by: Jeff Garzik <jeff@garzik.org> Acked-by: "Nelson, Shannon" <shannon.nelson@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig.x86_641
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.x86_64 b/arch/x86/Kconfig.x86_64
index b45855c..cc468ea 100644
--- a/arch/x86/Kconfig.x86_64
+++ b/arch/x86/Kconfig.x86_64
@@ -749,7 +749,6 @@ config PCI_DOMAINS
config DMAR
bool "Support for DMA Remapping Devices (EXPERIMENTAL)"
depends on PCI_MSI && ACPI && EXPERIMENTAL
- default y
help
DMA remapping (DMAR) devices support enables independent address
translations for Direct Memory Access (DMA) from devices.