forked from Archive/PX4-Autopilot
18 lines
572 B
Plaintext
18 lines
572 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
config BOARD_HAS_PROBES
|
|
bool "Board provides GPIO or other Hardware for signaling to timing analyze."
|
|
default y
|
|
---help---
|
|
This board provides GPIO FMU-CH1-8, CAP1 as PROBE_1-9 to provide timing signals from selected drivers.
|
|
|
|
config BOARD_USE_PROBES
|
|
bool "Enable the use the board provided FMU-CH1-8, CAP1 as PROBE_1-9"
|
|
default n
|
|
depends on BOARD_HAS_PROBES
|
|
|
|
---help---
|
|
Select to use GPIO FMU-CH1-8, CAP1 to provide timing signals from selected drivers.
|