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 140647c commit 74b0546Copy full SHA for 74b0546
examples/sotest/Kconfig
@@ -15,7 +15,7 @@ if EXAMPLES_SOTEST
15
config EXAMPLES_SOTEST_BUILTINFS
16
bool "Built-in File System"
17
default y
18
- depends on FS_ROMFS && BUILD_FLAT
+ depends on FS_ROMFS && BUILD_FLAT && BOARDCTL_ROMDISK
19
---help---
20
This example supports a very, non-standard but also very convenient
21
way of testing with example using CONFIG_EXAMPLES_SOTEST_BUILTINFS.
0 commit comments