You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
774 B
25 lines
774 B
# |
|
# For a description of the syntax of this configuration file, |
|
# see misc/tools/kconfig-language.txt. |
|
# |
|
|
|
if CONFIG_ARCH_BOARD_PX4ESC_V1 |
|
|
|
config BOARD_HAS_PROBES |
|
bool "Board provides GPIO or other Hardware for signaling to timing analyze." |
|
default y |
|
---help--- |
|
This board provides GPIO TEST1(PD2), TEST2(PB3), TEST3(PB4), TEST4(PC12) as PROBE_1-4 to provide timing |
|
signals from selected drivers. |
|
|
|
config BOARD_USE_PROBES |
|
bool "Enable the use provides GPIO TEST1(PD2), TEST2(PB3), TEST3(PB4), TEST4(PC12) as PROBE_1-4 to provide |
|
timing signals from selected drivers" |
|
default n |
|
depends on BOARD_HAS_PROBES |
|
|
|
---help--- |
|
Select to use GPIO TEST1(PD2), TEST2(PB3), TEST3(PB4), TEST4(PC12) as PROBE_1-4 to provide timing signals |
|
from selected drivers. |
|
|
|
endif
|
|
|