mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2026-03-06 07:48:41 +01:00
These Kconfig files are included from net/Kconfig, inside the if NET ... endif. Remove 'depends on NET', which we know it is already met. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
417 B
417 B
SPDX-License-Identifier: GPL-2.0-only
psample packet sampling configuration
menuconfig PSAMPLE tristate "Packet-sampling netlink channel" default n help Say Y here to add support for packet-sampling netlink channel This netlink channel allows transferring packets alongside some metadata to userspace.
To compile this support as a module, choose M here: the module will
be called psample.