diff --git a/mm/Kconfig b/mm/Kconfig index d9fd5f2053b..e0c02acd0a8 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -224,7 +224,7 @@ config MM_UBSAN_ALL config MM_UBSAN_OPTION string "UBSan options" - depends on MM_UBSAN + depends on MM_UBSAN || SIM_UBSAN default "-fsanitize=undefined" ---help--- This option activates specified UBSan instrumentation. Please