aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4io-v1/Kconfig
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-08-02 23:11:04 -0700
committerpx4dev <px4@purgatory.org>2013-08-02 23:11:04 -0700
commitecc7bc5bca40e9d5e0a7271105dea9b3441af0a8 (patch)
tree2dbe20984da5cc24405e00ab43a88664e8fdc757 /nuttx-configs/px4io-v1/Kconfig
parent9d6ec6b3655fcd902be7a7fe4f2a24033c714afb (diff)
downloadpx4-firmware-ecc7bc5bca40e9d5e0a7271105dea9b3441af0a8.tar.gz
px4-firmware-ecc7bc5bca40e9d5e0a7271105dea9b3441af0a8.tar.bz2
px4-firmware-ecc7bc5bca40e9d5e0a7271105dea9b3441af0a8.zip
Clean out unused trash from the NuttX configs.
Diffstat (limited to 'nuttx-configs/px4io-v1/Kconfig')
-rw-r--r--nuttx-configs/px4io-v1/Kconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/nuttx-configs/px4io-v1/Kconfig b/nuttx-configs/px4io-v1/Kconfig
deleted file mode 100644
index fbf74d7f0..000000000
--- a/nuttx-configs/px4io-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_PX4IO_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