sst-driver: Set default config options
This commit is contained in:
parent
f51ce7f10b
commit
6ac7dac4ad
@ -12,19 +12,19 @@ menuconfig SST
|
||||
if SST
|
||||
config SST_MEMLEAK
|
||||
tristate "Memleak errors for exercise a1.2"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Enable memleaks for exercise a1.2
|
||||
|
||||
config SST_BOUNDS
|
||||
tristate "Out-of-bounds accesses for exercise a1.3"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Activate out-of-bounds accesses for exercise a1.3
|
||||
|
||||
config SST_LOCKING
|
||||
tristate "Faulty locking for exercise a1.4"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Make locking for exercise a1.4 faulty
|
||||
endif
|
||||
|
@ -367,8 +367,6 @@ config DEFAULT_HOSTNAME
|
||||
|
||||
config SYSVIPC
|
||||
bool "System V IPC"
|
||||
select SST
|
||||
select SST_BOUNDS
|
||||
help
|
||||
Inter Process Communication is a suite of library functions and
|
||||
system calls which let processes (running programs) synchronize and
|
||||
|
Loading…
Reference in New Issue
Block a user