nuttx/boards/arm/xmc4/xmc4800-relax/Kconfig
simbit18 ac2021b906 Fix Kconfig style
Replace help => ---help---
Remove spaces from Kconfig
Add comments
2024-03-21 22:28:49 +08:00

15 lines
303 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_XMC4800RELAX
config ECAT
bool "Enable EtherCAT interface"
default y
---help---
Enable start up of the EtherCAT interface and configure ports.
endif