]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
NTB: epf: allow built-in build
authorBaruch Siach <baruch@tkos.co.il>
Mon, 3 Nov 2025 07:44:55 +0000 (09:44 +0200)
committerJon 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

index 6197d1aab3443826c669fea9a09150a62345ee40..314485574bf8ebcc86a6045072ba30ceffa9ebf5 100644 (file)
@@ -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.