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:
c722e05
)
NTB: epf: allow built-in build
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 3 Nov 2025 07:44:55 +0000
(09:44 +0200)
committer
Jon Mason
<jdmason@kudzu.us>
Fri, 20 Feb 2026 22:31:55 +0000
(17:31 -0500)
ntb_hw_epf works just as well when built into the kernel image. Don't
force module build.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/hw/epf/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ntb/hw/epf/Kconfig
b/drivers/ntb/hw/epf/Kconfig
index
6197d1a
..
3144855
100644
(file)
--- a/
drivers/ntb/hw/epf/Kconfig
+++ b/
drivers/ntb/hw/epf/Kconfig
@@
-1,6
+1,5
@@
config NTB_EPF
tristate "Generic EPF Non-Transparent Bridge support"
- depends on m
help
This driver supports EPF NTB on configurable endpoint.
If unsure, say N.