]> git.sur5r.net Git - u-boot/commit
drivers: net: Provide Kconfig menu for PHYLIB
authorAlex <alex.g@adaptrum.com>
Tue, 7 Feb 2017 03:17:34 +0000 (19:17 -0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 7 Feb 2017 17:05:03 +0000 (11:05 -0600)
commitaf2cbfd6b982f7a52414ea50b2ece0290d4b748f
tree15d4a2d97ee222b4e3ca3ae3f760c9604b4cb947
parent93cc2959cf93dd561409222d50e566f4e190d70d
drivers: net: Provide Kconfig menu for PHYLIB

Provide the necessary Kconfig symbols so that PHYLIB support may be
enabled in Kconfig, as opposed to needing to #define these symbols in
C source headers.

BITBANGMII and MV88E6352_SWITCH are left out of the PHYLIB submenu as
they don't seem to explicitly depend on it (i.e. they do not use the
phy_driver class).

Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/Kconfig
drivers/net/phy/Kconfig [new file with mode: 0644]