projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c61ce06
)
net: broadcom: Drop OF dependency from BGMAC_PLATFORM
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 6 Jan 2021 19:15:45 +0000
(11:15 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 7 Jan 2021 20:51:15 +0000
(12:51 -0800)
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>
drivers/net/ethernet/broadcom/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/Kconfig
b/drivers/net/ethernet/broadcom/Kconfig
index
7b79528
..
4bdf8fb
100644
(file)
--- a/
drivers/net/ethernet/broadcom/Kconfig
+++ b/
drivers/net/ethernet/broadcom/Kconfig
@@
-174,7
+174,6
@@
config BGMAC_BCMA
config BGMAC_PLATFORM
tristate "Broadcom iProc GBit platform support"
depends on ARCH_BCM_IPROC || COMPILE_TEST
- depends on OF
select BGMAC
select PHYLIB
select FIXED_PHY