summaryrefslogtreecommitdiff
path: root/apps/examples/serloop/Kconfig
blob: e52d35b3ff23fd9f90c0bb5b59c85b58fc98d225 (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_SERLOOP
	bool "Serial loopback example"
	default n
	---help---
		Enable the serial loopback example

if EXAMPLES_SERLOOP
endif