soc: arm: nxp_s32: s32k3: select CONFIG_CACHE_MANAGEMENT

Commit 447a492 switched to `sys_cache*` to enable caches at SoC init. To
preserve the old behavior of enabling caches at init, is missing to
select `CONFIG_CACHE_MANAGEMENT`.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2024-01-11 10:10:56 +07:00 committed by David Leach
commit 6d53c2aed2

View file

@ -1,6 +1,6 @@
# NXP S32K3XX MCU series
# Copyright 2023 NXP
# Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_S32K3XX
@ -32,6 +32,9 @@ config NET_UDP_CHECKSUM
endif # NET_L2_ETHERNET
config CACHE_MANAGEMENT
default y
source "soc/arm/nxp_s32/s32k3/Kconfig.defconfig.s32k*"
endif # SOC_SERIES_S32K3XX