Re: [PATCH v2] net: broadcom: BCM4908_ENET should not default to y, unconditionally

2021-03-16 Thread Rafał Miłecki
On 2021-03-16 15:03, Geert Uytterhoeven wrote: Merely enabling compile-testing should not enable additional code. To fix this, restrict the automatic enabling of BCM4908_ENET to ARCH_BCM4908. Fixes: 4feffeadbcb2e5b1 ("net: broadcom: bcm4908enet: add BCM4908 controller driver") Signed-off-by: Gee

Re: [PATCH v2] net: broadcom: BCM4908_ENET should not default to y, unconditionally

2021-03-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 16 Mar 2021 15:03:41 +0100 you wrote: > Merely enabling compile-testing should not enable additional code. > To fix this, restrict the automatic enabling of BCM4908_ENET to > ARCH_BCM4908. > > Fixes: 4feffeadbcb2e5b1 ("

Re: [PATCH v2] net: broadcom: BCM4908_ENET should not default to y, unconditionally

2021-03-16 Thread Florian Fainelli
On 3/16/2021 7:03 AM, Geert Uytterhoeven wrote: > Merely enabling compile-testing should not enable additional code. > To fix this, restrict the automatic enabling of BCM4908_ENET to > ARCH_BCM4908. > > Fixes: 4feffeadbcb2e5b1 ("net: broadcom: bcm4908enet: add BCM4908 controller > driver") > S

[PATCH v2] net: broadcom: BCM4908_ENET should not default to y, unconditionally

2021-03-16 Thread Geert Uytterhoeven
Merely enabling compile-testing should not enable additional code. To fix this, restrict the automatic enabling of BCM4908_ENET to ARCH_BCM4908. Fixes: 4feffeadbcb2e5b1 ("net: broadcom: bcm4908enet: add BCM4908 controller driver") Signed-off-by: Geert Uytterhoeven --- v2: - Enable by default i