1 menu "ppp............................... PPP (Point-to-Point Protocol) daemon"
4 prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
6 default n if BR2_LINUX_2_6_ARUBA
8 select BR2_PACKAGE_KMOD_PPP
10 config BR2_PACKAGE_PPP_WITH_FILTER
11 prompt "Enable filter support"
14 depends BR2_PACKAGE_LIBPCAP
16 config BR2_PACKAGE_PPP_MOD_PPPOA
17 prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
19 default y if BR2_LINUX_2_4_AR7
20 depends on BR2_PACKAGE_PPP
21 select BR2_PACKAGE_KMOD_PPPOATM
23 config BR2_PACKAGE_PPP_MOD_PPPOE
24 prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
27 depends on BR2_PACKAGE_PPP
28 select BR2_PACKAGE_KMOD_PPPOE
30 config BR2_PACKAGE_PPP_MOD_RADIUS
31 prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
33 default m if CONFIG_DEVEL
34 depends on BR2_PACKAGE_PPP
36 config BR2_PACKAGE_CHAT
37 prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
39 default m if CONFIG_DEVEL
40 depends on BR2_PACKAGE_PPP
42 config BR2_PACKAGE_PPPDUMP
43 prompt "pppdump......................... Utility to read PPP record file"
45 default m if CONFIG_DEVEL
46 depends on BR2_PACKAGE_PPP
48 config BR2_PACKAGE_PPPSTATS
49 prompt "pppstats........................ Utility to report PPP statistics"
51 default m if CONFIG_DEVEL
52 depends on BR2_PACKAGE_PPP