update smart kernel default select dfsv2.
This commit is contained in:
parent
c84d7c5324
commit
d19a15a5df
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue