diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-11-06 17:10:39 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-11-12 15:02:19 -0500 |
commit | bc0120fdb4798421a577630bf5cbd77fc2d6661d (patch) | |
tree | 792540ac97e36c94635bbaf429caa99d64308615 /arch/x86/Kconfig | |
parent | d2cacbcfaab96adfaea8d33241ed9ef4b8a5ce02 (diff) |
x86: copy x86_64 specific Kconfig symbols to Kconfig.i386
No functional changes.
A prepatory step towards full unification.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e741fc772da5..9fbb049950d1 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -353,11 +353,11 @@ config GEODE_MFGPT_TIMER | |||
353 | MFGPTs have a better resolution and max interval than the | 353 | MFGPTs have a better resolution and max interval than the |
354 | generic PIT, and are suitable for use as high-res timers. | 354 | generic PIT, and are suitable for use as high-res timers. |
355 | 355 | ||
356 | endif # X86_32 | ||
357 | |||
356 | config K8_NB | 358 | config K8_NB |
357 | def_bool y | 359 | def_bool y |
358 | depends on AGP_AMD64 | 360 | depends on AGP_AMD64 || (X86_64 && (GART_IOMMU || (PCI && NUMA))) |
359 | |||
360 | endif # X86_32 | ||
361 | 361 | ||
362 | source "drivers/pcmcia/Kconfig" | 362 | source "drivers/pcmcia/Kconfig" |
363 | 363 | ||