nuttx-apps/netutils/pppd/Kconfig

20 lines
344 B
Plaintext
Raw Normal View History

2015-03-11 14:53:04 +01:00
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config NETUTILS_PPPD
bool "PPP daemon"
default n
select NET_TUN
---help---
Enable support for the PPP daemon.
if NETUTILS_PPPD
config NETUTILS_PPPD_STACKSIZE
int "PPP daemon stack stack size"
default 2048
endif # NETUTILS_PPPD