Subversion Repositories HelenOS-historic

Rev

Rev 692 | Rev 759 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 692 Rev 717
Line 61... Line 61...
61
# Deadlock detection support for spinlocks
61
# Deadlock detection support for spinlocks
62
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
62
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
63
 
63
 
64
## Run-time configuration directives
64
## Run-time configuration directives
65
 
65
 
66
# Enable user space support
-
 
67
! CONFIG_USERSPACE (n/y)
-
 
68
 
-
 
69
# Kernel test type
66
# Kernel test type
70
@ "" No test
67
@ "" No test
71
@ "synch/rwlock1" Read write test 1
68
@ "synch/rwlock1" Read write test 1
72
@ "synch/rwlock2" Read write test 2
69
@ "synch/rwlock2" Read write test 2
73
@ "synch/rwlock3" Read write test 3
70
@ "synch/rwlock3" Read write test 3