Blame view

net/l3mdev/Kconfig 298 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1b69c6d0a   David Ahern   net: Introduce L3...
2
3
4
5
6
7
8
  #
  # Configuration for L3 master device support
  #
  
  config NET_L3_MASTER_DEV
  	bool "L3 Master device support"
  	depends on INET || IPV6
a7f7f6248   Masahiro Yamada   treewide: replace...
9
  	help
1b69c6d0a   David Ahern   net: Introduce L3...
10
11
  	  This module provides glue between core networking code and device
  	  drivers to support L3 master devices like VRF.