From: Pavel Begunkov Date: Mon, 31 Mar 2025 07:55:32 +0000 (+0100) Subject: io_uring: make zcrx depend on CONFIG_IO_URING X-Git-Tag: v6.15-rc1~29^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487a0710f87e7fa1f260a1b2213b77f0496cea43;p=thirdparty%2Fkernel%2Flinux.git io_uring: make zcrx depend on CONFIG_IO_URING Reflect in the kconfig that zcrx requires io_uring compiled. Fixes: 6f377873cb239 ("io_uring/zcrx: add interface queue and refill queue") Signed-off-by: Pavel Begunkov Link: https://lore.kernel.org/r/8047135a344e79dbd04ee36a7a69cc260aabc2ca.1743356260.git.asml.silence@gmail.com Signed-off-by: Jens Axboe --- diff --git a/io_uring/Kconfig b/io_uring/Kconfig index 9e2a4beba1efa..4b949c42c0bf9 100644 --- a/io_uring/Kconfig +++ b/io_uring/Kconfig @@ -5,6 +5,7 @@ config IO_URING_ZCRX def_bool y + depends on IO_URING depends on PAGE_POOL depends on INET depends on NET_RX_BUSY_POLL