From: Baruch Siach Date: Mon, 3 Nov 2025 07:44:55 +0000 (+0200) Subject: NTB: epf: allow built-in build X-Git-Tag: ceph-for-7.0-rc4~122^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f39e7d0e7f0dc3f8886d957d268eb5c5b28ddf97;p=ceph-client.git NTB: epf: allow built-in build ntb_hw_epf works just as well when built into the kernel image. Don't force module build. Signed-off-by: Baruch Siach Signed-off-by: Jon Mason --- diff --git a/drivers/ntb/hw/epf/Kconfig b/drivers/ntb/hw/epf/Kconfig index 6197d1aab344..314485574bf8 100644 --- 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.