We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13c382 commit a3bf8ebCopy full SHA for a3bf8eb
1 file changed
components/dfs/Kconfig
@@ -162,14 +162,16 @@ endif
162
bool "Using devfs for device objects"
163
default y
164
165
- config RT_USING_DFS_ROMFS
+ menuconfig RT_USING_DFS_ROMFS
166
bool "Enable ReadOnly file system on flash"
167
default n
168
169
- config RT_USING_DFS_ROMFS_USER_ROOT
170
- bool "Use user's romfs root"
171
- depends on RT_USING_DFS_ROMFS
172
- 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
173
+ default n
174
+ endif
175
176
if RT_USING_SMART
177
config RT_USING_DFS_PTYFS
0 commit comments