summaryrefslogtreecommitdiff
path: root/apps/examples/elf/Kconfig
blob: aca36f1b9b904306fa2d1b6fdd5071a2729cfea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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