Skip to content

Commit 0bdff11

Browse files
rddunlapkuba-moo
authored andcommitted
net: phy: remove redundant "depends on" lines
Delete a few lines of "depends on PHYLIB" since they are inside an "if PHYLIB / endif # PHYLIB" block, i.e., they are redundant and the other 50+ drivers there don't use "depends on PHYLIB" since it is not needed. Signed-off-by: Randy Dunlap <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Heiner Kallweit <[email protected]> Cc: Russell King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b534dc4 commit 0bdff11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/phy/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ config LED_TRIGGER_PHY
4747

4848
config FIXED_PHY
4949
tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
50-
depends on PHYLIB
5150
select SWPHY
5251
help
5352
Adds the platform "fixed" MDIO Bus to cover the boards that use
@@ -112,7 +111,6 @@ config BROADCOM_PHY
112111

113112
config BCM54140_PHY
114113
tristate "Broadcom BCM54140 PHY"
115-
depends on PHYLIB
116114
depends on HWMON || HWMON=n
117115
select BCM_NET_PHYLIB
118116
help
@@ -137,7 +135,6 @@ config BCM7XXX_PHY
137135

138136
config BCM84881_PHY
139137
tristate "Broadcom BCM84881 PHY"
140-
depends on PHYLIB
141138
help
142139
Support the Broadcom BCM84881 PHY.
143140

0 commit comments

Comments
 (0)