Skip to content

Commit fc300dc

Browse files
rmileckidavem330
authored andcommitted
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>
1 parent c25b23b commit fc300dc

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/broadcom

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ config BNX2X_SRIOV
142142

143143
config BGMAC
144144
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)
146146
select PHYLIB
147147
---help---
148148
This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.

0 commit comments

Comments
 (0)