Skip to content

Commit

Permalink
mm/kconfig: Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
If MM_KASAN judgment already exists

Signed-off-by: wangmingrong1 <[email protected]>
  • Loading branch information
W-M-R authored and xiaoxiang781216 committed Oct 11, 2024
1 parent 8eabad5 commit de1701c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ endchoice

config MM_KASAN_ALL
bool "Enable KASan for the entire image"
depends on MM_KASAN
default y
---help---
This option activates address sanitizer for the entire image.
Expand All @@ -311,7 +310,6 @@ config MM_KASAN_DISABLE_NULL_POINTER_CHECK

config MM_KASAN_DISABLE_READS_CHECK
bool "Disable reads check"
depends on MM_KASAN
default n
---help---
This option disable kasan reads check. It speeds up performance
Expand All @@ -321,7 +319,6 @@ config MM_KASAN_DISABLE_READS_CHECK

config MM_KASAN_DISABLE_WRITES_CHECK
bool "Disable writes check"
depends on MM_KASAN
default n
---help---
This option disable kasan writes check.
Expand Down Expand Up @@ -361,7 +358,6 @@ config MM_KASAN_DISABLE_READ_PANIC

config MM_KASAN_DISABLE_WRITE_PANIC
bool "Disable panic on kasan write error"
depends on MM_KASAN
default n
---help---
This option disable panic on kasan write error. It will print error info
Expand Down

0 comments on commit de1701c

Please sign in to comment.