Browse Source

update smart kernel default select dfsv2.

geniusgogo 1 year ago
parent
commit
d19a15a5df
1 changed files with 3 additions and 1 deletions
  1. 3 1
      components/dfs/Kconfig

+ 3 - 1
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"