Rev 548 | Rev 550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 548 | Rev 549 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ## General configuration directives |
1 | ## General configuration directives |
2 | 2 | ||
3 | # Support for symetric multiprocessors |
3 | # Support for SMP |
4 | ! CONFIG_SMP (y/n) |
4 | ! CONFIG_SMP (y/n) |
5 | 5 | ||
6 | # Improved support for hyperthreading |
6 | # Improved support for hyperthreading |
7 | ! CONFIG_HT (y/n) |
7 | ! [ARCH=ia32|ARCH=amd64] CONFIG_HT (y/n) |
8 | 8 | ||
9 | # Lazy context switching |
9 | # Lazy FPU context switching |
10 | ! CONFIG_FPU_LAZY (y/n) |
10 | ! CONFIG_FPU_LAZY (y/n) |
11 | 11 | ||
12 | ## Debugging configuration directives |
12 | ## Debugging configuration directives |
13 | 13 | ||
14 | # General debuging and assert checking |
14 | # General debuging and assert checking |