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