update smart kernel default select dfsv2.

This commit is contained in:
geniusgogo 2023-12-19 13:53:15 +08:00 committed by Meco Man
parent c84d7c5324
commit d19a15a5df
1 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@ endif
config RT_USING_DFS_V1 config RT_USING_DFS_V1
bool "DFS v1.0" bool "DFS v1.0"
depends on !RT_USING_SMART
config RT_USING_DFS_V2 config RT_USING_DFS_V2
bool "DFS v2.0" bool "DFS v2.0"
@ -201,7 +202,8 @@ endif
if RT_USING_DFS_V2 if RT_USING_DFS_V2
config RT_USING_PAGECACHE config RT_USING_PAGECACHE
bool "Enable page cache" bool "Enable page cache"
default n default y if RT_USING_SMART
depends on RT_USING_SMART
if RT_USING_PAGECACHE if RT_USING_PAGECACHE
menu "page cache config" menu "page cache config"