summaryrefslogtreecommitdiff
path: root/apps/examples/serialrx/Kconfig
blob: c88591b14668f205b91457d7d7f061aabae0b949 (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_SERIALRX
	bool "Serial Rx example"
	default n
	---help---
		Enable the serial rx example

if EXAMPLES_SERIALRX
endif