mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 19:54:03 +08:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
config XDP_SOCKETS
|
||
|
bool "XDP sockets"
|
||
|
depends on BPF_SYSCALL
|
||
|
default n
|
||
|
help
|
||
|
XDP sockets allows a channel between XDP programs and
|
||
|
userspace applications.
|