aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1/Kconfig
blob: edbafa06f8011536e9fb956bbfc8aab5fc7ceedb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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