1# Private config options for DSA 2 3# Copyright 2024 NXP 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "DSA sample application" 7 8if NET_DSA 9 10config NET_SAMPLE_DSA_MAX_SLAVE_PORTS 11 int "DSA slave ports maximum number" 12 range 2 10 13 default 3 14 help 15 DSA slave ports maximum number. 16 17config NET_SAMPLE_DSA_LLDP 18 bool "DSA LLDP example" 19 default y 20 help 21 Enable DSA LLDP example. 22 23endif 24 25source "Kconfig.zephyr" 26