This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 818a3e6b6 kasantest.c: Adding Dependencies
818a3e6b6 is described below

commit 818a3e6b63313f586a706b7dcdc29fc340f1177b
Author: wangmingrong1 <wangmingro...@xiaomi.com>
AuthorDate: Mon Dec 2 14:59:08 2024 +0800

    kasantest.c: Adding Dependencies
    
    Signed-off-by: wangmingrong1 <wangmingro...@xiaomi.com>
---
 testing/kasantest/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/kasantest/Kconfig b/testing/kasantest/Kconfig
index 5c59684c3..eb0623f49 100644
--- a/testing/kasantest/Kconfig
+++ b/testing/kasantest/Kconfig
@@ -5,6 +5,7 @@
 
 config TESTING_KASAN
        tristate "KASan validity test"
+       depends on MM_KASAN
        default n
        ---help---
                Enable the KASan validity test

Reply via email to