diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 13 |
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 | ||
331 | config 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 | |||
331 | config TOSHIBA | 340 | config 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 | ||
1080 | config K8_NB | ||
1081 | def_bool y | ||
1082 | depends on AGP_AMD64 | ||
1083 | |||
1071 | source "drivers/pcmcia/Kconfig" | 1084 | source "drivers/pcmcia/Kconfig" |
1072 | 1085 | ||
1073 | source "drivers/pci/hotplug/Kconfig" | 1086 | source "drivers/pci/hotplug/Kconfig" |