Skip to content

Commit 487a071

Browse files
isilenceaxboe
authored andcommitted
io_uring: make zcrx depend on CONFIG_IO_URING
Reflect in the kconfig that zcrx requires io_uring compiled. Fixes: 6f37787 ("io_uring/zcrx: add interface queue and refill queue") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/8047135a344e79dbd04ee36a7a69cc260aabc2ca.1743356260.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 697b287 commit 487a071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io_uring/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config IO_URING_ZCRX
77
def_bool y
8+
depends on IO_URING
89
depends on PAGE_POOL
910
depends on INET
1011
depends on NET_RX_BUSY_POLL

0 commit comments

Comments
 (0)