Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bgmac: allow enabling on ARCH_BCM_5301X

Home routers based on ARM SoCs like BCM4708 also have bcma bus with core
supported by bgmac.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Rafał Miłecki and committed by
David S. Miller
fc300dc3 c25b23b8

+1 -1
+1 -1
drivers/net/ethernet/broadcom/Kconfig
··· 142 142 143 143 config BGMAC 144 144 tristate "BCMA bus GBit core support" 145 - depends on BCMA_HOST_SOC && HAS_DMA && BCM47XX 145 + depends on BCMA_HOST_SOC && HAS_DMA && (BCM47XX || ARCH_BCM_5301X) 146 146 select PHYLIB 147 147 ---help--- 148 148 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.