zephyr/samples/net/dsa/Kconfig
Yangbo Lu 14e4e12441 samples: net: dsa: rename master/slave to conduit/user
Renamed master/slave to conduit/user.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2025-04-24 01:26:46 +02:00

26 lines
408 B
Plaintext

# Private config options for DSA
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
mainmenu "DSA sample application"
if NET_DSA
config NET_SAMPLE_DSA_MAX_USER_PORTS
int "DSA user ports maximum number"
range 2 10
default 3
help
DSA user ports maximum number.
config NET_SAMPLE_DSA_LLDP
bool "DSA LLDP example"
default y
help
Enable DSA LLDP example.
endif
source "Kconfig.zephyr"