mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00

Add plcatool - simple tool for managing PLCA configuration in 10BASE-T1S PHYs. Signed-off-by: michal matias <mich4l.matias@gmail.com>
13 lines
471 B
Plaintext
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.
|