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>
18 lines
468 B
Plaintext
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"
|