blob: a226263c1b4c52955c1a09b1be4ed5a0d2135626 [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
developer0fb30d52023-12-04 09:51:36 +080027config MTK_TOPS_L2TP_V2
28 bool "Mediatek TOPS L2TPv2 HW Offload"
developere5e687d2023-08-08 16:05:33 +080029 default y
30 select MTK_TOPS_L2TP
31 select PACKAGE_kmod-l2tp
32 select PACKAGE_xl2tpd
33 help
developer0fb30d52023-12-04 09:51:36 +080034 select y for L2TPv2 offload by tunnel offload processing system
developere5e687d2023-08-08 16:05:33 +080035
36endmenu