From: Michal Simek Date: Tue, 6 Feb 2018 12:23:52 +0000 (+0100) Subject: Kconfig: net: phylib: Phylib should depends on NET X-Git-Tag: v2018.03-rc2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c946b0e9fd722212cb646ea23ea564b4c96e2bb2;p=platform%2Fkernel%2Fu-boot.git Kconfig: net: phylib: Phylib should depends on NET There is no value to enable phylib without networking support. Signed-off-by: Michal Simek Acked-by: Joe Hershberger --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 95b7534..7fd4a8d 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.