1# Private config options for VLAN sample app
2
3# Copyright (c) 2018 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "Networking VLAN sample application"
7
8config NET_SAMPLE_IFACE_MY_IPV6_PREFIXLEN
9	int "IPv6 address prefix length for the interfaces"
10	default 64
11	range 0 128
12	help
13	  Set the IPv6 address prefix length (netmask) for the interfaces
14	  that is used in the sample application.
15
16source "samples/net/common/Kconfig"
17source "Kconfig.zephyr"
18