Update of /cvsroot/mkdump/mkexecpatch/2.0/linus/2.6.17/arch/i386
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22290/arch/i386
Added Files:
Kconfig
Log Message:
support 2.6.17
(caution: only i386 done)
--- NEW FILE: Kconfig ---
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux Kernel Configuration"
config X86_32
bool
default y
help
This is Linux's home port. Linux was originally native to the Intel
386, and runs on all the later x86 processors including the Intel
486, 586, Pentiums, and various instruction-set-compatible chips by
AMD, Cyrix, and others.
config SEMAPHORE_SLEEPERS
bool
default y
[...1101 lines suppressed...]
default y
config X86_HT
bool
depends on SMP && !(X86_VISWS || X86_VOYAGER)
default y
config X86_BIOS_REBOOT
bool
depends on !(X86_VISWS || X86_VOYAGER)
default y
config X86_TRAMPOLINE
bool
depends on X86_SMP || (X86_VOYAGER && SMP)
default y
config KTIME_SCALAR
bool
default y
|