summaryrefslogblamecommitdiff
path: root/apps/examples/rgmp/Kconfig
blob: f3accba9c4f4108d63dd48049392c3a4874818b2 (plain) (tree)
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_RGMP
	bool "RGMP example"
	default n
	---help---
		Enable the RGMP example

if EXAMPLES_RGMP
endif