Linux 4.19.133
[linux/fpc-iii.git] / drivers / staging / mt7621-eth / Kconfig
blob44ea86c7a96c62e450fc10b3323eae9a98a3b257
1 config NET_VENDOR_MEDIATEK_STAGING
2         bool "MediaTek ethernet driver - staging version"
3         depends on RALINK
4         ---help---
5           If you have an MT7621 Mediatek SoC with ethernet, say Y.
7 if NET_VENDOR_MEDIATEK_STAGING
8 choice
9         prompt "MAC type"
11 config NET_MEDIATEK_MT7621
12         bool "MT7621"
13         depends on MIPS && SOC_MT7621
15 endchoice
17 config NET_MEDIATEK_SOC_STAGING
18         tristate "MediaTek SoC Gigabit Ethernet support"
19         depends on NET_VENDOR_MEDIATEK_STAGING
20         select PHYLIB
21         ---help---
22           This driver supports the gigabit ethernet MACs in the
23           MediaTek SoC family.
25 config NET_MEDIATEK_MDIO
26         def_bool NET_MEDIATEK_SOC_STAGING
27         depends on NET_MEDIATEK_MT7621
28         select PHYLIB
30 config NET_MEDIATEK_MDIO_MT7620
31         def_bool NET_MEDIATEK_SOC_STAGING
32         depends on NET_MEDIATEK_MT7621
33         select NET_MEDIATEK_MDIO
35 config NET_MEDIATEK_GSW_MT7621
36         def_tristate NET_MEDIATEK_SOC_STAGING
37         depends on NET_MEDIATEK_MT7621
39 endif #NET_VENDOR_MEDIATEK_STAGING