mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
864e898ba3
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>
17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# IFE subsystem configuration
|
|
#
|
|
|
|
menuconfig NET_IFE
|
|
tristate "Inter-FE based on IETF ForCES InterFE LFB"
|
|
default n
|
|
help
|
|
Say Y here to add support of IFE encapsulation protocol
|
|
For details refer to netdev01 paper:
|
|
"Distributing Linux Traffic Control Classifier-Action Subsystem"
|
|
Authors: Jamal Hadi Salim and Damascene M. Joachimpillai
|
|
|
|
To compile this support as a module, choose M here: the module will
|
|
be called ife.
|