Rev 536 | Rev 547 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 536 | Rev 545 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ## General configuration directives |
1 | ## General configuration directives |
2 | # |
2 | |
3 | # CONFIG_SMP (n/y) |
- | |
4 | # Support for symetric multiprocessors |
3 | # Support for symetric multiprocessors |
5 | # |
- | |
6 | # CONFIG_HT (n/y) |
4 | ! CONFIG_SMP (y/n) |
- | 5 | ||
7 | # Improved support for hyperthreading |
6 | # Improved support for hyperthreading |
8 | # |
- | |
9 | # CONFIG_FPU_LAZY (n/y) |
7 | ! CONFIG_HT (y/n) |
10 | # Lazy context switching |
- | |
11 | # |
- | |
12 | 8 | ||
13 | CONFIG_SMP = y |
9 | # Lazy context switching |
14 | CONFIG_HT = y |
- | |
15 | CONFIG_FPU_LAZY = y |
10 | ! CONFIG_FPU_LAZY (y/n) |
16 | 11 | ||
17 | ## Debugging configuration directives |
12 | ## Debugging configuration directives |
18 | # |
13 | |
19 | # CONFIG_DEBUG (n/y) |
- | |
20 | # General debuging and assert checking |
14 | # General debuging and assert checking |
21 | # |
- | |
22 | # CONFIG_DEBUG_SPINLOCK (n/y) |
15 | ! CONFIG_DEBUG (y/n) |
23 | # Deadlock detection support for spinlocks |
- | |
24 | # |
- | |
25 | 16 | ||
26 | CONFIG_DEBUG = y |
17 | # Deadlock detection support for spinlocks |
27 | CONFIG_DEBUG_SPINLOCK = y |
18 | ! CONFIG_DEBUG_SPINLOCK (y/n) |
28 | 19 | ||
29 | ## Run-time configuration directives |
20 | ## Run-time configuration directives |
30 | # |
21 | |
31 | # CONFIG_USERSPACE (n/y) |
- | |
32 | # Enable user space support |
22 | # Enable user space support |
33 | # |
- | |
34 | # CONFIG_TEST (value) |
23 | ! CONFIG_USERSPACE (n/y) |
35 | # Compile in test "value" (empty string for no test) |
- | |
36 | # |
- | |
37 | 24 | ||
38 | CONFIG_USERSPACE = n |
25 | # Kernel test type |
39 | CONFIG_TEST = |
26 | @ "" No test |
40 | #CONFIG_TEST = synch/rwlock1 |
27 | @ "synch/rwlock1" Read write test 1 |
41 | #CONFIG_TEST = synch/rwlock2 |
28 | @ "synch/rwlock2" Read write test 2 |
42 | #CONFIG_TEST = synch/rwlock3 |
29 | @ "synch/rwlock3" Read write test 3 |
43 | #CONFIG_TEST = synch/rwlock4 |
30 | @ "synch/rwlock4" Read write test 4 |
44 | #CONFIG_TEST = synch/rwlock5 |
31 | @ "synch/rwlock5" Read write test 5 |
45 | #CONFIG_TEST = synch/semaphore1 |
32 | @ "synch/semaphore1" Semaphore test 1 |
46 | #CONFIG_TEST = synch/semaphore2 |
33 | @ "synch/semaphore2" Sempahore test 2 |
47 | #CONFIG_TEST = fpu/fpu1 |
34 | @ "fpu/fpu1" Intel fpu test 1 |
48 | #CONFIG_TEST = fpu/sse1 |
35 | @ "fpu/sse1" Intel Sse test 1 |
49 | #CONFIG_TEST = fpu/mips1 |
36 | @ "fpu/mips1" Mips FPU test 1 |
50 | #CONFIG_TEST = print/print1 |
37 | @ "print/print1" Printf test 1 |
51 | #CONFIG_TEST = thread/thread1 |
38 | @ "thread/trhead1" Thread test 1 |
- | 39 | @ "mm/mapping" Mapping test 1 |
|
52 | #CONFIG_TEST = mm/mapping1 |
40 | ! CONFIG_TEST (choice) |