File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,6 @@ endchoice
284
284
285
285
config MM_KASAN_ALL
286
286
bool "Enable KASan for the entire image"
287
- depends on MM_KASAN
288
287
default y
289
288
---help---
290
289
This option activates address sanitizer for the entire image.
@@ -311,7 +310,6 @@ config MM_KASAN_DISABLE_NULL_POINTER_CHECK
311
310
312
311
config MM_KASAN_DISABLE_READS_CHECK
313
312
bool "Disable reads check"
314
- depends on MM_KASAN
315
313
default n
316
314
---help---
317
315
This option disable kasan reads check. It speeds up performance
@@ -321,7 +319,6 @@ config MM_KASAN_DISABLE_READS_CHECK
321
319
322
320
config MM_KASAN_DISABLE_WRITES_CHECK
323
321
bool "Disable writes check"
324
- depends on MM_KASAN
325
322
default n
326
323
---help---
327
324
This option disable kasan writes check.
@@ -361,7 +358,6 @@ config MM_KASAN_DISABLE_READ_PANIC
361
358
362
359
config MM_KASAN_DISABLE_WRITE_PANIC
363
360
bool "Disable panic on kasan write error"
364
- depends on MM_KASAN
365
361
default n
366
362
---help---
367
363
This option disable panic on kasan write error. It will print error info
You can’t perform that action at this time.
0 commit comments