Config.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config ADK_PACKAGE_PPP
  2. prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
  3. tristate
  4. default n
  5. select ADK_KPACKAGE_KMOD_PPP
  6. #config ADK_PACKAGE_PPP_MOD_PPPOA
  7. # prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
  8. # tristate
  9. # default n
  10. # select ADK_KPACKAGE_KMOD_PPPOATM
  11. # depends on ADK_PACKAGE_PPP
  12. config ADK_PACKAGE_PPP_MOD_PPPOE
  13. prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
  14. tristate
  15. default n
  16. select ADK_KPACKAGE_KMOD_PPPOE
  17. depends on ADK_PACKAGE_PPP
  18. config ADK_PACKAGE_PPP_MOD_RADIUS
  19. prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
  20. tristate
  21. default n
  22. depends on ADK_PACKAGE_PPP
  23. config ADK_PACKAGE_PPP_MOD_CHAT
  24. prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
  25. tristate
  26. default n
  27. depends on ADK_PACKAGE_PPP
  28. config ADK_PACKAGE_PPP_MOD_PPPDUMP
  29. prompt "pppdump......................... Utility to read PPP record file"
  30. tristate
  31. default n
  32. depends on ADK_PACKAGE_PPP
  33. config ADK_PACKAGE_PPP_MOD_PPPSTATS
  34. prompt "pppstats........................ Utility to report PPP statistics"
  35. tristate
  36. default n
  37. depends on ADK_PACKAGE_PPP
  38. config ADK_PACKAGE_PPP_MOD_PPPUMTS
  39. prompt "GPRS/UMTS support............... Package with scripts and dependencies to run UMTS/GRPS"
  40. tristate
  41. default n
  42. select ADK_PACKAGE_COMGT
  43. select ADK_KPACKAGE_KMOD_USB_SERIAL
  44. depends on ADK_PACKAGE_PPP