Kconfig 264 B

12345678910
  1. #
  2. # Configuration for L3 master device support
  3. #
  4. config NET_L3_MASTER_DEV
  5. bool "L3 Master device support"
  6. depends on INET || IPV6
  7. ---help---
  8. This module provides glue between core networking code and device
  9. drivers to support L3 master devices like VRF.