Update some Kconfig help

This commit is contained in:
Gregory Nutt 2017-01-23 15:50:37 -06:00
parent e29db2721a
commit ad9cf1aa97
2 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,10 @@ config EXAMPLES_MODULE
NOTE: This example can only be used in the FLAT build mode because
it makes illegal OS calls to ramdisk_register(), register_device(),
and unregister_device().
and unregister_device(). A proper solution would include the ROMFS
file system containing the test module file in the kernel address
space and would register it with logic in the configs/ board directory
at start-up.
if EXAMPLES_MODULE

View File

@ -11,7 +11,10 @@ config EXAMPLES_SOTEST
Enable the shared library example
NOTE: This example can only be used in the FLAT build mode because
it makes an illegal OS call to ramdisk_register().
it makes an illegal OS call to ramdisk_register(). A proper solution
would include the ROMFS file system containing the test shared
library in the kernel address space and would register it with logic
in the configs/ board directory at start-up.
if EXAMPLES_SOTEST