blob: ea06d8705e76c215b069582cf4f08789a64e4466 [file] [log] [blame]
developere5e687d2023-08-08 16:05:33 +08001menu "TOPS Offload Tunnel Protocols Configuration"
2
3config MTK_TOPS_GRE
4 bool
5 default n
6
7config MTK_TOPS_GRETAP
8 bool "Mediatek TOPS L2oGRE HW Offload"
9 default y
10 select MTK_TOPS_GRE
11 select PACKAGE_kmod-gre
12 help
13 select y for L2oGRE HW offload by tunnel offload processing system
14
15config MTK_TOPS_PPTP
16 bool "Mediatek TOPS PPTP HW Offload"
17 default y
18 select PACKAGE_ppp-mod-pptp
19 select PACKAGE_pptpd
20 help
21 select y for PPTP HW offload by tunnel offload processing system
22
23config MTK_TOPS_L2TP
24 bool
25 default n
26
27config MTK_TOPS_UDP_L2TP_DATA
28 bool "Mediatek TOPS UDP L2TP Data HW Offload"
29 default y
30 select MTK_TOPS_L2TP
31 select PACKAGE_kmod-l2tp
32 select PACKAGE_xl2tpd
33 help
34 select y for UDP L2TP data offload by tunnel offload processing system
35
36endmenu