Files
PX4-Autopilot/boards/auav/esc35-v1/nuttx-config/Kconfig
T
2018-11-26 14:40:14 -08:00

23 lines
651 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_ESC35_V1
config BOARD_HAS_PROBES
bool "Board provides GPIO or other Hardware for signaling to timing analyze."
default y
---help---
This board provides GPIO PC13-PC15 as PROBE_1-3 to provide timing signals from selected drivers.
config BOARD_USE_PROBES
bool "Enable the use the board provided GPIO PC13-PC15 as PROBE_1-3 to provide timing signals from selected drivers"
default n
depends on BOARD_HAS_PROBES
---help---
Select to use GPIO PC13-PC15 as PROBE_1-3 to provide timing signals from selected drivers.
endif