summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-08-02net-next: mediatek: add platform data to adapt into various hardwareSean Wang1-3/+3
This patch is the preparation patch in order to adapt into various hardware through adding platform data which holds specific characteristics among MediaTek SoCs and introducing the unified clock handler for those distinct clock requirements depending on different features such as TRGMII and SGMII getting support on the target SoC. And finally, add enhancement with given the generic description for Kconfig and remove the unnecessary machine type dependency in Makefile. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-11net-next: mediatek: add Kconfig and MakefileJohn Crispin1-0/+17
This patch adds the Makefile and Kconfig required to make the driver build. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>