Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9b8a9a3a6f57edd02b7c8db14a316e6fab7fa772 21 lines 368 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# io_uring configuration 4# 5 6config IO_URING_ZCRX 7 def_bool y 8 depends on IO_URING 9 depends on PAGE_POOL 10 depends on INET 11 depends on NET_RX_BUSY_POLL 12 13config IO_URING_BPF 14 def_bool y 15 depends on BPF 16 depends on NET 17 18config IO_URING_BPF_OPS 19 def_bool y 20 depends on IO_URING 21 depends on BPF_SYSCALL && BPF_JIT && DEBUG_INFO_BTF