Skip to content

Commit

Permalink
examples/romfs: Compilation error after enabling options
Browse files Browse the repository at this point in the history
Enable CONFIG_PROFIG_EXAMPLES_ROMFS compilation error

Signed-off-by: wangmingrong <wangmingrong@xiaomi.com>
  • Loading branch information
wangmingrong authored and xiaoxiang781216 committed Oct 8, 2024
1 parent 0918826 commit cc1c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/romfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config EXAMPLES_ROMFS
tristate "ROMFS example"
default n
depends on FS_ROMFS && BUILD_FLAT
depends on FS_ROMFS && BUILD_FLAT && BOARDCTL_ROMDISK
---help---
Enable the ROMFS example

Expand Down

0 comments on commit cc1c4a3

Please sign in to comment.