mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 02:36:32 +00:00
13 lines
471 B
Text
13 lines
471 B
Text
|
|
#
|
||
|
|
# 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.
|