diff --git a/components/lwp/Kconfig b/components/lwp/Kconfig index 18505932db..719e8ffca4 100644 --- a/components/lwp/Kconfig +++ b/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