zephyr/samples/net/vlan/Kconfig
Jukka Rissanen fceb30d935 samples: net: vlan: Refactor VLAN support
Move the common VLAN setup code to samples/net/common directory
so that other network samples can utilize that too.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-20 17:16:10 +01:00

18 lines
468 B
Plaintext

# Private config options for VLAN sample app
# Copyright (c) 2018 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
mainmenu "Networking VLAN sample application"
config NET_SAMPLE_IFACE_MY_IPV6_PREFIXLEN
int "IPv6 address prefix length for the interfaces"
default 64
range 0 128
help
Set the IPv6 address prefix length (netmask) for the interfaces
that is used in the sample application.
source "samples/net/common/Kconfig"
source "Kconfig.zephyr"