nuttx-apps/examples/romfs/Kconfig
chenrun1 2e61c6bff8 examples/romfs:add EXAMPLES_ROMFS_RAMDEVNO
Summary:
  add EXAMPLES_ROMFS_RAMDEVNO for custom initliaze ramdisk number

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2025-03-05 10:02:22 +01:00

21 lines
423 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_ROMFS
tristate "ROMFS example"
default n
depends on FS_ROMFS && BUILD_FLAT && BOARDCTL_ROMDISK
---help---
Enable the ROMFS example
if EXAMPLES_ROMFS
config EXAMPLES_ROMFS_RAMDEVNO
int "ROMFS example ramdevno"
default 10
---help---
Custom RAMDisk number
endif