+config BR2_PACKAGE_PPP_WITH_FILTER
+ prompt "Enable filter support"
+ bool
+ default n
+ depends BR2_PACKAGE_LIBPCAP
+
+config BR2_PACKAGE_PPP_MOD_PPPOA
+ prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
+ tristate
+ default y if BR2_LINUX_2_4_AR7
+ depends on BR2_PACKAGE_PPP
+ select BR2_PACKAGE_KMOD_PPPOATM
+