Merge branch 'phy-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:11:50 +0000 (17:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:11:50 +0000 (17:11 -0700)
commit7a7e780cd702fb39edc9af96e75e0cc2b00234f2
tree9dfbfb15806af904e5258f078c7638e5b4bb27df
parentd985d15151c0e9d3add8050da77d8f507f6cc7f5
parent97c84389ac0f3148ae340d2dda17d00c0131599f
Merge branch 'phy-next'

Andrew Lunn says:

====================
PHY Kconfig and Makefile cleanup

The Ethernet PHY directory has slowly been getting more entries.
Split the entries in the Makefile and Kconfig into MDIO bus drivers
and PHYs. Within these two groups, sort them. This should reduce merge
conflicts and aid finding what one searches for.

The Kconfig text contains redundant "Driver for" and "Support for"
which add little value, make the vendor less obvious, and defeat the
shortcut key in the menu. Remove such text.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>