source: mainline/kernel.config@ 090e7ea1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 090e7ea1 was 090e7ea1, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago

Doc cleanup.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1## General configuration directives
2
3# Support for SMP
4! CONFIG_SMP (y/n)
5
6# Improved support for hyperthreading
7! [ARCH=ia32|ARCH=amd64] CONFIG_HT (y/n)
8
9# Lazy FPU context switching
10! CONFIG_FPU_LAZY (y/n)
11
12## Debugging configuration directives
13
14# General debuging and assert checking
15! CONFIG_DEBUG (y/n)
16
17# Deadlock detection support for spinlocks
18! [CONFIG_DEBUG=y] CONFIG_DEBUG_SPINLOCK (y/n)
19
20## Run-time configuration directives
21
22# Enable user space support
23! CONFIG_USERSPACE (n/y)
24
25# Kernel test type
26@ "" No test
27@ "synch/rwlock1" Read write test 1
28@ "synch/rwlock2" Read write test 2
29@ "synch/rwlock3" Read write test 3
30@ "synch/rwlock4" Read write test 4
31@ "synch/rwlock5" Read write test 5
32@ "synch/semaphore1" Semaphore test 1
33@ "synch/semaphore2" Sempahore test 2
34@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
35@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
36@ [ARCH=mips] "fpu/mips1" Mips FPU test 1
37@ "print/print1" Printf test 1
38@ "thread/trhead1" Thread test 1
39@ "mm/mapping1" Mapping test 1
40! CONFIG_TEST (choice)
Note: See TracBrowser for help on using the repository browser.