summaryrefslogtreecommitdiff
path: root/apps/examples/pppd/Kconfig
blob: be94c64f96346f251d999788db22900d03a94da6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_PPPD
	bool "pppd client example"
	default n
	---help---
		Enable the pppd client example

if EXAMPLES_PPPD

endif