From c2688999fc33e82553a90d14fee079b5dc7efea0 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 2 Jun 2013 13:08:39 +0200 Subject: Updated defconfig, now 100% vetted vs. old config AND KConfig clean --- nuttx/configs/px4fmu-v1/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/px4fmu-v1/Kconfig') diff --git a/nuttx/configs/px4fmu-v1/Kconfig b/nuttx/configs/px4fmu-v1/Kconfig index b54c8980b..edbafa06f 100644 --- a/nuttx/configs/px4fmu-v1/Kconfig +++ b/nuttx/configs/px4fmu-v1/Kconfig @@ -5,16 +5,16 @@ if ARCH_BOARD_PX4FMU_V1 -config CONFIG_HRT_TIMER +config HRT_TIMER bool "High resolution timer support" default y ---help--- Enable high resolution timer for PPM capture and system clocks. -config CONFIG_HRT_PPM +config HRT_PPM bool "PPM input capture" default y - depends on CONFIG_HRT_TIMER + depends on HRT_TIMER ---help--- Enable PPM input capture via HRT (for CPPM / PPM sum RC inputs) -- cgit v1.2.3