sst-driver: Set default config options

This commit is contained in:
Alexander Lochmann 2024-05-02 13:54:32 +02:00
parent f51ce7f10b
commit 6ac7dac4ad
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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