Re: [PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO

2020-10-21 Thread Jakub Kicinski
On Tue, 20 Oct 2020 09:35:15 +0200 Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The driver depends on mmio regmap API but doesn't select the appropriate > Kconfig option. This fixes it. > > Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver") > Cc: No need, we queue

[PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO

2020-10-20 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The driver depends on mmio regmap API but doesn't select the appropriate Kconfig option. This fixes it. Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver") Cc: Signed-off-by: Bartosz Golaszewski --- drivers/net/ethernet/mediatek/Kconfig | 1 + 1 file