summaryrefslogblamecommitdiff
path: root/apps/netutils/pppd/Kconfig
blob: 3d5f92644cc05cc7a02f079b9d7ff773c792efb8 (plain) (tree)






















                                                             
#
# 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

config NETUTILS_PPPD_SERVERPRIO
	int "NTP daemon priority"
	default 100

endif # NETUTILS_PPPD