arm64: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB
[linux-2.6-block.git] / net / xdp / Kconfig
CommitLineData
68e8b849
BT
1config XDP_SOCKETS
2 bool "XDP sockets"
3 depends on BPF_SYSCALL
4 default n
5 help
6 XDP sockets allows a channel between XDP programs and
7 userspace applications.
a36b38aa
BT
8
9config XDP_SOCKETS_DIAG
10 tristate "XDP sockets: monitoring interface"
11 depends on XDP_SOCKETS
12 default n
13 help
14 Support for PF_XDP sockets monitoring interface used by the ss tool.
15 If unsure, say Y.