mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 09:56:33 +00:00
Also added a condition (!ARCH_BOARD_CUSTOM) for preventing that out-of-tree ESP32-based custom boards carry out the in-tree common directory.
8 lines
204 B
Text
8 lines
204 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_ESP32_ETHERNETKIT
|
|
|
|
endif # ARCH_BOARD_ESP32_ETHERNETKIT
|