From 37e8536a88639aa6e2bd854a7d66da83990331ee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Jun 2016 07:11:05 -0600 Subject: [PATCH] STM32: Put timer selections in a separate menu --- arch/arm/src/stm32/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index fc5eb833b5b..c871fdf30cc 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -2532,6 +2532,8 @@ config STM32_FSMC_SRAM ---help--- In addition to internal SRAM, SRAM may also be available through the FSMC. +menu "Timer Configuration" + config STM32_TIM1_PWM bool "TIM1 PWM" default n @@ -5299,6 +5301,8 @@ config STM32_TIM14_CAP Timer devices may be used for different purposes. One special purpose is to capture input. +endmenu # Timer Configuration + menu "ADC Configuration" depends on STM32_ADC