boards: stm32l562e_dk: Remove forced CORTEX_M_SYSTICK selection

Since recent developments, CORTEX_M_SYSTICK should not be forced
on STM32L5 targets as this conflicts with optional LPTIM selection
as kernel tick source.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-03-23 09:58:40 +01:00 committed by Kumar Gala
commit a716e896db

View file

@ -39,6 +39,5 @@ CONFIG_UART_CONSOLE=y
CONFIG_ARM_MPU=y
CONFIG_ARM_TRUSTZONE_M=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_RUNTIME_NMI=y
CONFIG_TRUSTED_EXECUTION_NONSECURE=y