summaryrefslogtreecommitdiffstats
path: root/rules/ppp.in
blob: 9794a8a069c6faeb5e075f4d730ee978f65649d5 (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
menuconfig 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