blob: b5118c134464c4183d0ccf6980ce77435a703086 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#
2# gmac driver configuration
3#
4
5# menuconfig NET_ZX29_GMAC
6# bool "ZTE 7520V2 NET GMAC"
7# default Y
8# depends on NET
9# ---help---
10# This section contains gmac config
11
12# if NET_ZX29_GMAC
13
14config NET_ZX29_GMAC
15 bool "ZTE 7520V2 NET GMAC"
16 default y
17
18config NET_ZX29_GMAC_PHY
19 bool "ZTE 7520V2 NET GMAC PHY"
20 depends on NET_ZX29_GMAC
21 default y
22
23
24config NET_ZX29_GMAC_SWITCH
25 bool "ZTE 7520V2 NET GMAC SWITCH"
26 depends on NET_ZX29_GMAC
27 default y
28
29
30# endif # NET_ZX29_GMAC