soc: nordic: nrf54l: Explicitly include autoconf.h

Include configuration file for cases when this file is complied
in special builds (e.g. TFM).

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2025-02-17 13:39:23 +01:00 committed by Carles Cufí
commit 3fdc8c8bd4

View file

@ -12,6 +12,9 @@
* for the Nordic Semiconductor nRF54L family processor.
*/
/* Include autoconf for cases when this file is used in special build (e.g. TFM) */
#include <zephyr/autoconf.h>
#include <zephyr/devicetree.h>
#include <zephyr/kernel.h>
#include <zephyr/devicetree.h>