SoC: stm32: Include LL utilities if HWINFO is selected

Include stm32XXxx_ll_utils.h in soc.h for every stm32 SoC,
if CONFIG_HWINFO_STM32 is selected.

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
This commit is contained in:
Alexander Wachter 2020-02-20 12:37:03 +01:00 committed by Carles Cufí
commit 4cfd4a707d
10 changed files with 36 additions and 1 deletions

View file

@ -52,6 +52,10 @@
#include <stm32g0xx_ll_usart.h>
#endif
#ifdef CONFIG_HWINFO_STM32
#include <stm32g0xx_ll_utils.h>
#endif
/* Add include for DTS generated information */
#include <devicetree.h>