aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx-configs/px4fmu-v2/Kconfig')
-rw-r--r--nuttx-configs/px4fmu-v2/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/nuttx-configs/px4fmu-v2/Kconfig b/nuttx-configs/px4fmu-v2/Kconfig
new file mode 100644
index 000000000..f9f0c5e6a
--- /dev/null
+++ b/nuttx-configs/px4fmu-v2/Kconfig
@@ -0,0 +1,22 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_BOARD_PX4FMU_V2
+
+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-6 as PROBE_1-6 to provide timing signals from selected drivers.
+
+config BOARD_USE_PROBES
+ bool "Enable the use the board provided GPIO FMU-CH1-6 as PROBE_1-6 to provide timing signals from selected drivers"
+ default n
+ depends on BOARD_HAS_PROBES
+
+ ---help---
+ Select to use GPIO FMU-CH1-6 to provide timing signals from selected drivers.
+
+endif