mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02: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>
10 lines
171 B
Text
10 lines
171 B
Text
# 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
|