mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-16 11:12:30 +00:00

Reflect in the kconfig that zcrx requires io_uring compiled.
Fixes: 6f377873cb
("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>
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# io_uring configuration
|
|
#
|
|
|
|
config IO_URING_ZCRX
|
|
def_bool y
|
|
depends on IO_URING
|
|
depends on PAGE_POOL
|
|
depends on INET
|
|
depends on NET_RX_BUSY_POLL
|