summaryrefslogblamecommitdiff
path: root/apps/examples/pipe/Kconfig
blob: 26bc92fcc207296eaaba43de889850aa8d2f835f (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_PIPE
	bool "Pipe example"
	default n
	---help---
		Enable the pipe example

if EXAMPLES_PIPE
endif