Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 | John Haechten | 2017-02-08 | -0/+3 |
| | | | | | Signed-off-by: John Haechten <john.haechten@microsemi.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> | |||
* | drivers: net: Provide Kconfig menu for PHYLIB | Alex | 2017-02-07 | -0/+90 |
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> |