diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index af44130f0d65..fc75275d8c72 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -501,6 +501,10 @@ config REORDER | |||
501 | optimal TLB usage. If you have pretty much any version of binutils, | 501 | optimal TLB usage. If you have pretty much any version of binutils, |
502 | this can increase your kernel build time by roughly one minute. | 502 | this can increase your kernel build time by roughly one minute. |
503 | 503 | ||
504 | config K8_NB | ||
505 | def_bool y | ||
506 | depends on AGP_AMD64 || GART_IOMMU || (PCI && NUMA) | ||
507 | |||
504 | endmenu | 508 | endmenu |
505 | 509 | ||
506 | # | 510 | # |