Browse Source

update ldso pagecache kconfig

geniusgogo 1 year ago
parent
commit
9dd1d73c94
1 changed files with 3 additions and 1 deletions
  1. 3 1
      components/lwp/Kconfig

+ 3 - 1
components/lwp/Kconfig

@@ -71,7 +71,9 @@ if RT_USING_LWP
 
     menuconfig RT_USING_LDSO
         bool "LDSO: dynamic load shared objects"
-        default n
+        depends on RT_USING_DFS_V2
+        select RT_USING_PAGECACHE
+        default y
 
     if RT_USING_LDSO
         config ELF_DEBUG_ENABLE