apps/examples/cromfs: Update Kconfig comments.

This commit is contained in:
Gregory Nutt 2018-03-20 19:53:29 -06:00
parent 08083d3b2e
commit 96b034d18d

View File

@ -15,5 +15,9 @@ config EXAMPLES_CROMFS
the in-memory, compressed file system image used by the CROMFS file
system.
From the NSH command line, this file system can be mounted like:
nsh> mount -t cromfs /mnt/cromfs
NOTE: Since this example does export symbols used with the OS, it
can only be used in the FLAT build mode.