STM32: Put timer selections in a separate menu

This commit is contained in:
Gregory Nutt 2016-06-04 07:11:05 -06:00
parent 34df98d97e
commit 37e8536a88

View File

@ -2532,6 +2532,8 @@ config STM32_FSMC_SRAM
---help--- ---help---
In addition to internal SRAM, SRAM may also be available through the FSMC. In addition to internal SRAM, SRAM may also be available through the FSMC.
menu "Timer Configuration"
config STM32_TIM1_PWM config STM32_TIM1_PWM
bool "TIM1 PWM" bool "TIM1 PWM"
default n default n
@ -5299,6 +5301,8 @@ config STM32_TIM14_CAP
Timer devices may be used for different purposes. One special purpose is Timer devices may be used for different purposes. One special purpose is
to capture input. to capture input.
endmenu # Timer Configuration
menu "ADC Configuration" menu "ADC Configuration"
depends on STM32_ADC depends on STM32_ADC