From 2e61c6bff87064140d9d104b6874adb8a53bc4cc Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Mon, 13 Jan 2025 14:53:26 +0800 Subject: [PATCH] examples/romfs:add EXAMPLES_ROMFS_RAMDEVNO Summary: add EXAMPLES_ROMFS_RAMDEVNO for custom initliaze ramdisk number Signed-off-by: chenrun1 --- examples/romfs/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/romfs/Kconfig b/examples/romfs/Kconfig index 6284a2013..260d4d453 100644 --- a/examples/romfs/Kconfig +++ b/examples/romfs/Kconfig @@ -11,4 +11,11 @@ config EXAMPLES_ROMFS Enable the ROMFS example if EXAMPLES_ROMFS + +config EXAMPLES_ROMFS_RAMDEVNO + int "ROMFS example ramdevno" + default 10 + ---help--- + Custom RAMDisk number + endif