summaryrefslogblamecommitdiff
path: root/apps/netutils/smtp/Kconfig
blob: 99f4e4bd6d40e99b871677e0b111b033b66e92fc (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 NETUTILS_SMTP
	bool "SMTP"
	default n
	---help---
		Enable support for SMTP.

if NETUTILS_SMTP
endif