2015-04-14 14:56:20 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2015-04-14 14:56:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_PPPD
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "pppd client example"
|
2018-11-07 19:43:42 +01:00
|
|
|
select NETUTILS_PPPD
|
2015-04-14 14:56:20 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the pppd client example
|
|
|
|
|
|
|
|
if EXAMPLES_PPPD
|
|
|
|
|
2018-11-07 19:43:42 +01:00
|
|
|
config EXAMPLES_PPPD_STACKSIZE
|
|
|
|
int "pppd example stack stack size"
|
|
|
|
default 2048
|
|
|
|
|
2015-04-14 14:56:20 +02:00
|
|
|
endif
|