summaryrefslogblamecommitdiff
path: root/nuttx/configs/px4fmu-v1/Kconfig
blob: edbafa06f8011536e9fb956bbfc8aab5fc7ceedb (plain) (tree)
1
2
3
4
5
6
7
8






                                                             
                




                                                                               
              

                                
                            


                                                                               
     
#
# 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