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