aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 374fb50608a0..f3eaf22f273d 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -328,6 +328,15 @@ config X86_MCE_P4THERMAL
328 Enabling this feature will cause a message to be printed when the P4 328 Enabling this feature will cause a message to be printed when the P4
329 enters thermal throttling. 329 enters thermal throttling.
330 330
331config VM86
332 default y
333 bool "Enable VM86 support" if EMBEDDED
334 help
335 This option is required by programs like DOSEMU to run 16-bit legacy
336 code on X86 processors. It also may be needed by software like
337 XFree86 to initialize some video cards via BIOS. Disabling this
338 option saves about 6k.
339
331config TOSHIBA 340config TOSHIBA
332 tristate "Toshiba Laptop support" 341 tristate "Toshiba Laptop support"
333 ---help--- 342 ---help---
@@ -1068,6 +1077,10 @@ config SCx200HR_TIMER
1068 processor goes idle (as is done by the scheduler). The 1077 processor goes idle (as is done by the scheduler). The
1069 other workaround is idle=poll boot option. 1078 other workaround is idle=poll boot option.
1070 1079
1080config K8_NB
1081 def_bool y
1082 depends on AGP_AMD64
1083
1071source "drivers/pcmcia/Kconfig" 1084source "drivers/pcmcia/Kconfig"
1072 1085
1073source "drivers/pci/hotplug/Kconfig" 1086source "drivers/pci/hotplug/Kconfig"