]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: net: phylib: Phylib should depends on NET
authorMichal Simek <michal.simek@xilinx.com>
Tue, 6 Feb 2018 12:23:52 +0000 (13:23 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Feb 2018 11:04:21 +0000 (12:04 +0100)
There is no value to enable phylib without networking support.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/Kconfig

index e32f1eb1c047016e5dfeba5921f34210b2a5988b..a2de30183670d7332adbaca2bfd6e269c376cb01 100644 (file)
@@ -7,6 +7,7 @@ config MV88E6352_SWITCH
 
 menuconfig PHYLIB
        bool "Ethernet PHY (physical media interface) support"
+       depends on NET
        help
          Enable Ethernet PHY (physical media interface) support.