diff options
author | Michal Simek | 2018-02-06 13:23:52 +0100 |
---|---|---|
committer | Tom Rini | 2018-02-08 12:48:10 -0500 |
commit | c946b0e9fd722212cb646ea23ea564b4c96e2bb2 (patch) | |
tree | 33f46f22edaa90fa6f9aba59c1193042f8edc8e4 /drivers/net | |
parent | 389366f99a82fb461c51394f3860ceaf06fc0d19 (diff) |
Kconfig: net: phylib: Phylib should depends on NET
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 95b75343236..7fd4a8d2616 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -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. |