soc: arm: stm32h7: remove explicit full libc selection

remove explicit full libc selection
	following same approach as for stm32f7 series

Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
Alexander Kozhinov 2020-08-05 20:01:16 +02:00 committed by Anas Nashif
parent ce59510127
commit 2505daf28f
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ config SOC_SERIES_STM32H7X
select HAS_STM32CUBE
select CPU_HAS_ARM_MPU
select HAS_SWO
select REQUIRES_FULL_LIBC
select USE_STM32_HAL_RCC_EX if CPU_CORTEX_M4
select USE_STM32_HAL_CORTEX
help