ramips: implement hardware NAT offload for MT7621
[openwrt/staging/lynxis.git] / target / linux / ramips / files-4.14 / drivers / net / ethernet / mtk / Kconfig
index cf883c4160cad65fd3a788bc74f5f1d6d8e8a4c0..822806fd856f3b1e6687188c42d08151af565f33 100644 (file)
@@ -33,6 +33,14 @@ config NET_MEDIATEK_MT7621
 
 endchoice
 
+config NET_MEDIATEK_OFFLOAD
+       def_bool NET_MEDIATEK_SOC
+       depends on NET_MEDIATEK_MT7621
+
+config NET_MEDIATEK_HW_QOS
+       def_bool NET_MEDIATEK_SOC
+       depends on NET_MEDIATEK_MT7623
+
 config NET_MEDIATEK_MDIO
        def_bool NET_MEDIATEK_SOC
        depends on (NET_MEDIATEK_RT2880 || NET_MEDIATEK_RT3883 || NET_MEDIATEK_MT7620 || NET_MEDIATEK_MT7621)