Config.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
  2. config ADK_COMPILE_RP_PPPOE
  3. tristate
  4. default n
  5. depends on ADK_PACKAGE_PPPOE_CLIENT || ADK_PACKAGE_PPPOE_RELAY || ADK_PACKAGE_PPPOE_SERVER || ADK_PACKAGE_PPPOE_SNIFF
  6. config ADK_PACKAGE_PPPOE_CLIENT
  7. prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"
  8. tristate
  9. default n
  10. select ADK_COMPILE_RP_PPPOE
  11. select ADK_PACKAGE_PPP
  12. help
  13. PPPoE (PPP over Ethernet) client
  14. http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
  15. config ADK_PACKAGE_PPPOE_RELAY
  16. prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay"
  17. tristate
  18. default n
  19. select ADK_COMPILE_RP_PPPOE
  20. help
  21. PPPoE (PPP over Ethernet) relay
  22. http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
  23. config ADK_PACKAGE_PPPOE_SERVER
  24. prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server"
  25. tristate
  26. default n
  27. select ADK_COMPILE_RP_PPPOE
  28. select ADK_PACKAGE_PPP
  29. help
  30. PPPoE (PPP over Ethernet) server
  31. http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
  32. config ADK_PACKAGE_PPPOE_SNIFF
  33. prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer"
  34. tristate
  35. default n
  36. select ADK_COMPILE_RP_PPPOE
  37. help
  38. PPPoE (PPP over Ethernet) frame sniffer
  39. http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
  40. #endmenu