6c05b2479e
Also added a condition (!ARCH_BOARD_CUSTOM) for preventing that out-of-tree ESP32-based custom boards carry out the in-tree common directory.
9 lines
200 B
Plaintext
9 lines
200 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_ESP32_WROVERKIT
|
|
|
|
endif # ARCH_BOARD_ESP32_WROVERKIT
|