Files
nuttx-apps/netutils/plcatool/Kconfig
michal matias a85121b168 netutils: Add plcatool
Add plcatool - simple tool for managing PLCA configuration in 10BASE-T1S PHYs.

Signed-off-by: michal matias <mich4l.matias@gmail.com>
2025-09-17 19:29:10 +08:00

13 lines
471 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NETUTILS_PLCATOOL
bool "plcatool support"
default n
---help---
Build in support for the plcatool command. This command allows configuring
the PLCA access method in 10BASE-T1S network adapters supporting PLCA.
Syntax of the plcatool is inspired by the corresponding syntax used by the ethtool.