summaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu-v1/Kconfig
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-08-02 22:32:22 -0700
committerpx4dev <px4@purgatory.org>2013-08-02 22:32:22 -0700
commitac1725cea6357ff715fbb31428ab5fe6746b3348 (patch)
treee769a1f38c7b6f863a1f4914f049dcc04fc0a627 /nuttx/configs/px4fmu-v1/Kconfig
parent8a17ea467319e86a78e210b4c9774105df2bc510 (diff)
downloadpx4-nuttx-ac1725cea6357ff715fbb31428ab5fe6746b3348.tar.gz
px4-nuttx-ac1725cea6357ff715fbb31428ab5fe6746b3348.tar.bz2
px4-nuttx-ac1725cea6357ff715fbb31428ab5fe6746b3348.zip
All PX4 configs move out into the PX4 tree proper
Diffstat (limited to 'nuttx/configs/px4fmu-v1/Kconfig')
-rw-r--r--nuttx/configs/px4fmu-v1/Kconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/nuttx/configs/px4fmu-v1/Kconfig b/nuttx/configs/px4fmu-v1/Kconfig
deleted file mode 100644
index edbafa06f..000000000
--- a/nuttx/configs/px4fmu-v1/Kconfig
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-if ARCH_BOARD_PX4FMU_V1
-
-config HRT_TIMER
- bool "High resolution timer support"
- default y
- ---help---
- Enable high resolution timer for PPM capture and system clocks.
-
-config HRT_PPM
- bool "PPM input capture"
- default y
- depends on HRT_TIMER
- ---help---
- Enable PPM input capture via HRT (for CPPM / PPM sum RC inputs)
-
-endif