This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e61c6bff examples/romfs:add EXAMPLES_ROMFS_RAMDEVNO
2e61c6bff is described below

commit 2e61c6bff87064140d9d104b6874adb8a53bc4cc
Author: chenrun1 <chenr...@xiaomi.com>
AuthorDate: Mon Jan 13 14:53:26 2025 +0800

    examples/romfs:add EXAMPLES_ROMFS_RAMDEVNO
    
    Summary:
      add EXAMPLES_ROMFS_RAMDEVNO for custom initliaze ramdisk number
    
    Signed-off-by: chenrun1 <chenr...@xiaomi.com>
---
 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

Reply via email to