mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Kconfig files are traditionally named "Kconfig".
Fixes: 6f377873cb
("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/5ae387c1465f54768b51a5a1ca87be7934c4b2ad.1739976387.git.geert+renesas@glider.be
Signed-off-by: Jens Axboe <axboe@kernel.dk>
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# io_uring configuration
|
|
#
|
|
|
|
config IO_URING_ZCRX
|
|
def_bool y
|
|
depends on PAGE_POOL
|
|
depends on INET
|
|
depends on NET_RX_BUSY_POLL
|