Subversion Repositories HelenOS

Rev

Rev 1962 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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