summaryrefslogtreecommitdiff
path: root/apps/examples/mm/Kconfig
blob: 81ce4c45377067b50b78f630b00aca3ee2783bac (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_MM
	bool "Memory management example"
	default n
	---help---
		Enable the memory management example

if EXAMPLES_MM
endif