diff --git a/components/libc/Kconfig b/components/libc/Kconfig index 37a98ba836b72c2ff57df9478a60fa027c60b491..b9600ef38987c98b711c5449ac928bba80cb1a79 100644 --- a/components/libc/Kconfig +++ b/components/libc/Kconfig @@ -41,6 +41,9 @@ if RT_USING_LIBC && RT_USING_DFS endif if RT_USING_LIBC + config RT_LIBC_USING_TIME + default y + config RT_USING_MODULE bool "Enable dynamic module with dlopen/dlsym/dlclose feature" default n