[PATCH 2/2] net: stmmac: add Rockchip as supported platform in STMMAC_PLATFORM help text

2020-06-26 Thread Johan Jonker
The Kconfig menu has an option for DWMAC_ROCKCHIP. Then add Rockchip also as supported platform in the help text of STMMAC_PLATFORM. Signed-off-by: Johan Jonker --- drivers/net/ethernet/stmicro/stmmac/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net

[PATCH 1/2] net: stmmac: change Kconfig menu entry to STMMAC/DWMAC

2020-06-26 Thread Johan Jonker
When a Rockchip user wants to enable support for the ethernet controller one has to search for something with STMicroelectronics. Change the Kconfig menu entry to STMMAC/DWMAC, so that it better reflects the options it enables. Signed-off-by: Johan Jonker --- drivers/net/ethernet/stmicro/stmmac