source: mainline/kernel.config@ 34722ee

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

Added kernel configuration support.

  • Property mode set to 100644
File size: 964 bytes
Line 
1## General configuration directives
2
3# Support for symetric multiprocessors
4! CONFIG_SMP (y/n)
5
6# Improved support for hyperthreading
7! CONFIG_HT (y/n)
8
9# Lazy 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_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@ "fpu/fpu1" Intel fpu test 1
35@ "fpu/sse1" Intel Sse test 1
36@ "fpu/mips1" Mips FPU test 1
37@ "print/print1" Printf test 1
38@ "thread/trhead1" Thread test 1
39@ "mm/mapping" Mapping test 1
40! CONFIG_TEST (choice)
Note: See TracBrowser for help on using the repository browser.