stm32: Removed unused Kconfig option.

The option STM32_TICKLESS_SYSTICK is not used anywhere and the
stm32 arch does not have the capability to use systick as a
tickless timer.
This commit is contained in:
Fotis Panagiotopoulos 2023-06-07 12:05:08 +03:00 committed by Alan Carvalho de Assis
parent f4e3f23945
commit a57cd563d5

View File

@ -3799,13 +3799,6 @@ config STM32_EXTERNAL_RAM
---help---
In addition to internal SRAM, external RAM may be available through the FSMC/FMC.
config STM32_TICKLESS_SYSTICK
bool "Tickless via SysTick"
default n
depends on SCHED_TICKLESS
---help---
Use SysTick as Tickless clock.
menu "Timer Configuration"
depends on STM32_TIM
@ -3815,7 +3808,6 @@ config STM32_TICKLESS_TIMER
int "Tickless hardware timer"
default 2
range 1 14
depends on !STM32_TICKLESS_SYSTICK
---help---
If the Tickless OS feature is enabled, then one clock must be
assigned to provided the timer needed by the OS.