summaryrefslogblamecommitdiff
path: root/apps/examples/serialrx/Kconfig
blob: ddced0ee574f31061c5508889753ff138eca4c8b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                             
                                            


                    
#
# 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