1 menu "ppp - PPP (Point-to-Point Protocol) daemon"
4 prompt "ppp - PPP (Point-to-Point Protocol) daemon"
7 select BR2_PACKAGE_KMOD_PPP
9 config BR2_PACKAGE_PPP_MOD_PPPOA
10 prompt "...-mod-pppoa - PPPoA (PPP over ATM) plugin"
12 default y if BR2_LINUX_2_4_AR7
13 depends on BR2_PACKAGE_PPP
14 select BR2_PACKAGE_KMOD_PPPOATM
16 config BR2_PACKAGE_PPP_MOD_PPPOE
17 prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
20 depends on BR2_PACKAGE_PPP
21 select BR2_PACKAGE_KMOD_PPPOE
23 config BR2_PACKAGE_PPP_MOD_RADIUS
24 prompt "...-mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
26 default m if CONFIG_DEVEL
27 depends on BR2_PACKAGE_PPP
29 config BR2_PACKAGE_CHAT
30 prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
32 default m if CONFIG_DEVEL
33 depends on BR2_PACKAGE_PPP
35 config BR2_PACKAGE_PPPDUMP
36 prompt "pppdump - Utility to read PPP record file"
38 default m if CONFIG_DEVEL
39 depends on BR2_PACKAGE_PPP
41 config BR2_PACKAGE_PPPSTATS
42 prompt "pppstats - Utility to report PPP statistics"
44 default m if CONFIG_DEVEL
45 depends on BR2_PACKAGE_PPP