Browse Source

[src][Kconfig] 增加隐性RT_KSERVICE_USING_TINY_FFS定义

杨澄 3 years ago
parent
commit
1ef31445fd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Kconfig

+ 4 - 0
src/Kconfig

@@ -135,6 +135,10 @@ config RT_USING_ASM_MEMCPY
     bool
     default n
 
+config RT_KSERVICE_USING_TINY_FFS
+    bool "Enable kservice to use tiny ffs"
+    default n
+
 endmenu
 
 menuconfig RT_DEBUG