From cc1c4a3722b963f187e1064e2f333a5e26507ef8 Mon Sep 17 00:00:00 2001 From: wangmingrong Date: Tue, 5 Dec 2023 11:29:55 +0800 Subject: [PATCH] examples/romfs: Compilation error after enabling options Enable CONFIG_PROFIG_EXAMPLES_ROMFS compilation error Signed-off-by: wangmingrong --- examples/romfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/romfs/Kconfig b/examples/romfs/Kconfig index e4a2308a4f..6284a20138 100644 --- a/examples/romfs/Kconfig +++ b/examples/romfs/Kconfig @@ -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