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:
parent
57bd09186b
commit
4cfd4a707d
10 changed files with 36 additions and 1 deletions
|
@ -60,6 +60,10 @@
|
|||
#include <stm32h7xx_ll_usart.h>
|
||||
#endif /* CONFIG_SERIAL_HAS_DRIVER */
|
||||
|
||||
#ifdef CONFIG_HWINFO_STM32
|
||||
#include <stm32h7xx_ll_utils.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32F7_SOC_H7_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue