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

net: broadcom: Drop OF dependency from BGMAC_PLATFORM

All of the OF code that is used has stubbed and will compile and link
just fine, keeping COMPILE_TEST is enough.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210106191546.1358324-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Florian Fainelli and committed by
Jakub Kicinski
ddb4d32e c61ce06f

-1
-1
drivers/net/ethernet/broadcom/Kconfig
··· 174 174 config BGMAC_PLATFORM 175 175 tristate "Broadcom iProc GBit platform support" 176 176 depends on ARCH_BCM_IPROC || COMPILE_TEST 177 - depends on OF 178 177 select BGMAC 179 178 select PHYLIB 180 179 select FIXED_PHY