]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Kconfig: Fix PHY infrastructure menu in menuconfig
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 18 Sep 2017 12:59:20 +0000 (14:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 20:46:43 +0000 (13:46 -0700)
commit5b3486ea4edb780e50b1929c8f0e455c572b4708
tree8b4727386c02ac0a336f83ba1b64c13f1975c052
parent670150af70d82c52d7dcfa47bfbd6037daa60e27
net: phy: Kconfig: Fix PHY infrastructure menu in menuconfig

Since the integration of PHYLINK, the configuration option which
used to be under the PHY infrastructure menu in menuconfig ended
up one level up (the network device driver section)

By placing PHYLINK option right after PHYLIB entry, it broke the
way Kconfig used to build the menu. See kconfig-language.txt, section
"Menu structure", 2nd method.

This is fixed by placing the PHYLINK option just before PHYLIB.

Fixes: d3eead77c792 ("phylink: add phylink infrastructure")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig