diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index 458ebb00fd..7a6a49859d 100644 --- a/components/dfs/Kconfig +++ b/components/dfs/Kconfig @@ -41,6 +41,7 @@ endif config RT_USING_DFS_V1 bool "DFS v1.0" + depends on !RT_USING_SMART config RT_USING_DFS_V2 bool "DFS v2.0" @@ -201,7 +202,8 @@ endif if RT_USING_DFS_V2 config RT_USING_PAGECACHE bool "Enable page cache" - default n + default y if RT_USING_SMART + depends on RT_USING_SMART if RT_USING_PAGECACHE menu "page cache config"