Subversion Repositories HelenOS-historic

Rev

Rev 423 | Rev 459 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
452 decky 1
## General configuration directives
2
#
3
# CONFIG_SMP (n/y)
4
#       Support for symetric multiprocessors
5
#
6
# CONFIG_HT (n/y)
7
#       Improved support for hyperthreading
8
#
9
# CONFIG_FPU_LAZY (n/y)
10
#       Lazy context switching
11
#
1 jermar 12
 
452 decky 13
CONFIG_SMP = y
14
CONFIG_HT = y
15
CONFIG_FPU_LAZY = y
328 jermar 16
 
452 decky 17
## Debugging configuration directives
18
#
19
# CONFIG_DEBUG (n/y)
20
#       General debuging and assert checking
21
#
22
# CONFIG_DEBUG_SPINLOCK (n/y)
23
#       Deadlock detection support for spinlocks
24
#
423 decky 25
 
452 decky 26
CONFIG_DEBUG = n
27
CONFIG_DEBUG_SPINLOCK = y