summaryrefslogblamecommitdiff
path: root/apps/examples/sendmail/Kconfig
blob: 875820b162dcc9488062832d0eab6fcd17da013b (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_SENDMAIL
	bool "Sendmail example"
	default n
	---help---
		Enable the sendmail example

if EXAMPLES_SENDMAIL
endif