diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-02-19 15:47:58 +0100 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-02-19 14:53:27 -0700 |
| commit | 0d2cdc35e805eb50f4a33b7287995ef590f1b916 (patch) | |
| tree | c3fd3228f8cd396e8e84e2e36c46b8b7ef57b5ad /io_uring/Kconfig | |
| parent | 95e65f2d0bdef883b09b7044b1435a36819ae38a (diff) | |
| download | linux-0d2cdc35e805eb50f4a33b7287995ef590f1b916.tar.gz linux-0d2cdc35e805eb50f4a33b7287995ef590f1b916.tar.bz2 linux-0d2cdc35e805eb50f4a33b7287995ef590f1b916.zip | |
io_uring: Rename KConfig to Kconfig
Kconfig files are traditionally named "Kconfig".
Fixes: 6f377873cb239050 ("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>
Diffstat (limited to 'io_uring/Kconfig')
| -rw-r--r-- | io_uring/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/io_uring/Kconfig b/io_uring/Kconfig new file mode 100644 index 000000000000..9e2a4beba1ef --- /dev/null +++ b/io_uring/Kconfig @@ -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 |
