projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3aa08
)
net: ethernet: litex: Add the dependency on HAS_IOMEM
author
Cai Huoqing
<cai.huoqing@linux.dev>
Tue, 8 Feb 2022 01:33:08 +0000
(09:33 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 8 Mar 2022 18:12:41 +0000
(19:12 +0100)
[ Upstream commit
2427f03fb42f9dc14c53108f2c9b5563eb37e770
]
The LiteX driver uses devm io function API which
needs HAS_IOMEM enabled, so add the dependency on HAS_IOMEM.
Fixes: ee7da21ac4c3 ("net: Add driver for LiteX's LiteETH network interface")
Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Link:
https://lore.kernel.org/r/20220208013308.6563-1-cai.huoqing@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/litex/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/litex/Kconfig
b/drivers/net/ethernet/litex/Kconfig
index f99adbf26ab4e355914d774e873a7b893f6b530c..04345b929d8e5805cb7ab39660cfa908695ff5db 100644
(file)
--- a/
drivers/net/ethernet/litex/Kconfig
+++ b/
drivers/net/ethernet/litex/Kconfig
@@
-17,7
+17,7
@@
if NET_VENDOR_LITEX
config LITEX_LITEETH
tristate "LiteX Ethernet support"
- depends on OF
+ depends on OF
&& HAS_IOMEM
help
If you wish to compile a kernel for hardware with a LiteX LiteEth
device then you should answer Y to this.