Kconfig (c203e45f069af47ca7623e4dcd8c00bfba2722e4) Kconfig (940608be2e6117c17c19b203f7393ced4d02590a)
1#
2# PHY Layer Configuration
3#
4
5menuconfig PHYLIB
6 tristate "PHY Device support and infrastructure"
7 depends on !S390
1#
2# PHY Layer Configuration
3#
4
5menuconfig PHYLIB
6 tristate "PHY Device support and infrastructure"
7 depends on !S390
8 depends on NET_ETHERNET && (BROKEN || !S390)
8 depends on NET_ETHERNET
9 help
10 Ethernet controllers are usually attached to PHY
11 devices. This option provides infrastructure for
12 managing PHY devices.
13
14if PHYLIB
15
16comment "MII PHY device drivers"

--- 70 unchanged lines hidden ---
9 help
10 Ethernet controllers are usually attached to PHY
11 devices. This option provides infrastructure for
12 managing PHY devices.
13
14if PHYLIB
15
16comment "MII PHY device drivers"

--- 70 unchanged lines hidden ---