summaryrefslogtreecommitdiffstats
path: root/rules/ppp.in
blob: 776239b1421bea94a80946ab8acda14f5507044c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
menu	"ppp                 "

config PPP
	bool
	prompt "ppp"
	help
	  FIXME: This item needs to be documented

config PPP_MS_CHAP
	bool
	prompt "support Micro$oft's MS-CHAP authentication protocol"
	depends on PPP
	help
	  FIXME: This item needs to be documented

config PPP_SHADOW
	bool
	prompt "ppp server: support for shadow passwords"
	depends on PPP
	help
	  FIXME: This item needs to be documented

config PPP_PLUGINS
	bool
	prompt "support plugins"
	depends on PPP
	help
	  FIXME: This item needs to be documented

config PPP_IPX
	bool
	prompt "support IPX protocol"
	depends on PPP
	help
	  FIXME: This item needs to be documented

config PPP_MULTILINK
	bool
	prompt "support multilink"
	depends on PPP
	help
	  FIXME: This item needs to be documented

endmenu