20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
|
#
|
||
|
# 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
|