mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 15:20:37 +07:00
Merge branch 'bcm-OF-deps'
Florian Fainelli says: ==================== net: Drop OF dependency for some Broadcom drivers This patch series drops the CONFIG_OF dependency that some Broadcom drivers had, this is no longer necessary and goes against allowing build testing on more platforms. Let me know if kbuild or your own builds somehow fail. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
0725345e5f
@ -5,7 +5,7 @@ source "drivers/net/dsa/b53/Kconfig"
|
||||
|
||||
config NET_DSA_BCM_SF2
|
||||
tristate "Broadcom Starfighter 2 Ethernet switch support"
|
||||
depends on HAS_IOMEM && NET_DSA && OF_MDIO
|
||||
depends on HAS_IOMEM && NET_DSA
|
||||
select NET_DSA_TAG_BRCM
|
||||
select FIXED_PHY
|
||||
select BCM7XXX_PHY
|
||||
|
@ -61,7 +61,7 @@ config BCM63XX_ENET
|
||||
|
||||
config BCMGENET
|
||||
tristate "Broadcom GENET internal MAC support"
|
||||
depends on OF && HAS_IOMEM
|
||||
depends on HAS_IOMEM
|
||||
select MII
|
||||
select PHYLIB
|
||||
select FIXED_PHY
|
||||
@ -181,7 +181,7 @@ config BGMAC_PLATFORM
|
||||
|
||||
config SYSTEMPORT
|
||||
tristate "Broadcom SYSTEMPORT internal MAC support"
|
||||
depends on OF
|
||||
depends on HAS_IOMEM
|
||||
depends on NET_DSA || !NET_DSA
|
||||
select MII
|
||||
select PHYLIB
|
||||
|
@ -28,7 +28,7 @@ config MDIO_BCM_IPROC
|
||||
|
||||
config MDIO_BCM_UNIMAC
|
||||
tristate "Broadcom UniMAC MDIO bus controller"
|
||||
depends on HAS_IOMEM && OF_MDIO
|
||||
depends on HAS_IOMEM
|
||||
help
|
||||
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
||||
This hardware can be found in the Broadcom GENET Ethernet MAC
|
||||
|
Loading…
Reference in New Issue
Block a user