]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 26 Mar 2017 16:50:23 +0000 (18:50 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 2 Jun 2017 19:44:18 +0000 (14:44 -0500)
commit449ea2cd0d0c4e46c5b2b21480f34523dd928e33
treed45131f1707acb5f5af8468a07d2df904bf05ad2
parent46bac66b20da6d50e757bdca74703153f233090b
net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable

This change migrate the following configuration options for Kconfig:
 * PHY_GIGE, indicates that a controller (with an appropriate PHY) is
   Gigabit capable and enables extra support in the miiutil for
   parsing the status of Gigabit PHYs
 * adds configuration options for Micrel KSZ9021 and KSZ9031 GbE PHYs,
   which previously had to enabled through a board-specific config file

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/Kconfig
drivers/net/phy/Kconfig