arch/arm/src/stm32f0l0g0/Kconfig: Select STM32F0L0G0_PWM when TIM{14-17}_PWM enabled.

This commit is contained in:
Guillherme Amaral 2019-11-30 15:34:00 -06:00 committed by Gregory Nutt
parent 80a56e9f3d
commit d022b56b84
2 changed files with 5 additions and 1 deletions

View File

@ -1962,6 +1962,7 @@ config STM32F0L0G0_TIM14_PWM
default n
depends on STM32F0L0G0_TIM14
select PWM
select STM32F0L0G0_PWM
---help---
Reserve timer 14 for use by PWM
@ -2025,6 +2026,7 @@ config STM32F0L0G0_TIM15_PWM
default n
depends on STM32F0L0G0_TIM15
select PWM
select STM32F0L0G0_PWM
---help---
Reserve timer 15 for use by PWM
@ -2118,6 +2120,7 @@ config STM32F0L0G0_TIM16_PWM
default n
depends on STM32F0L0G0_TIM16
select PWM
select STM32F0L0G0_PWM
---help---
Reserve timer 16 for use by PWM
@ -2188,6 +2191,7 @@ config STM32F0L0G0_TIM17_PWM
default n
depends on STM32F0L0G0_TIM17
select PWM
select STM32F0L0G0_PWM
---help---
Reserve timer 17 for use by PWM

View File

@ -413,7 +413,7 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info)
*/
}
/************************* OTHER SIGNAL HANDLING *************************/
/************************* OTHER SIGNAL HANDLING **************************/
/* Performed only if the signal is unmasked. These actions also must
* happen within a system call.