We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507c38 commit 6c6c5f5Copy full SHA for 6c6c5f5
components/dfs/Kconfig
@@ -169,14 +169,16 @@ if RT_USING_DFS_V1
169
default n
170
endif
171
172
- config RT_USING_DFS_ROMFS
+ menuconfig RT_USING_DFS_ROMFS
173
bool "Enable ReadOnly file system on flash"
174
175
176
- config RT_USING_DFS_ROMFS_USER_ROOT
177
- bool "Use user's romfs root"
178
- depends on RT_USING_DFS_ROMFS
179
- default n
+ if RT_USING_DFS_ROMFS
+ config RT_USING_DFS_ROMFS_USER_ROOT
+ bool "Use user's romfs root"
+ depends on RT_USING_DFS_V1
180
+ default n
181
+ endif
182
183
if RT_USING_SMART
184
config RT_USING_DFS_PTYFS
0 commit comments