summaryrefslogtreecommitdiff
path: root/apps/examples/serialrx/Kconfig
blob: 25b3f39e1f0e4c596aa761202ec9f9c0d97515e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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

config EXAMPLES_SERIALRX_STACKSIZE
	int "Serial Rx stack size"
	default 2048

config EXAMPLES_SERIALRX_PRIORITY
	int "Serial Rx task priority"
	default 50

endif