nuttx-apps/examples/elf/Kconfig
patacongo 9358ec5a1f Add an example for testing the ELF loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
2012-10-25 20:06:46 +00:00

14 lines
231 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_ELF
bool "ELF Loader Example"
default n
---help---
Enable the ELF loader example
if EXAMPLES_ELF
endif