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