zephyr/samples/net/mdns_responder/Kconfig
Jukka Rissanen f47c5a6c6d samples: net: mdns_responder: 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

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"