mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
io_uring: Rename KConfig to Kconfig
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>
This commit is contained in:
committed by
Jens Axboe
parent
95e65f2d0b
commit
0d2cdc35e8
10
io_uring/Kconfig
Normal file
10
io_uring/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user