Skip to content

Commit a52a413

Browse files
committed
modules: hal_nxp: set sentinel device driver state as on
Some SoCs such as iMX8ULP and iMX93 use sentinel controller for secure system management, this change ensures the device driver is available by default. Signed-off-by: Yongxu Wang <yongxu.wang@nxp.com>
1 parent 4c42f10 commit a52a413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ endif()
7070
if(NOT CONFIG_CPU_CORTEX_A)
7171
set(CONFIG_MCUX_COMPONENT_driver.reset ON)
7272
set(CONFIG_MCUX_COMPONENT_driver.memory ON)
73+
set(CONFIG_MCUX_COMPONENT_driver.sentinel ON)
7374
endif()
7475

7576
# Include fsl_dsp.c for ARM domains (applicable to i.MX RTxxx devices)

0 commit comments

Comments
 (0)