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>
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
# Private config options for mDNS responder sample app
|
|
|
|
# Copyright (c) 2023 NordicNordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Networking mDNS responder sample application"
|
|
|
|
source "samples/net/common/Kconfig"
|
|
source "Kconfig.zephyr"
|