Skip to content

Commit a5f9c1d

Browse files
committed
drivers: misc: nordic_vpr_launcher: Init order
Make sure the nordic_vpr_launcher gets started after the coresight driver if that is present. Signed-off-by: Karsten Koenig <[email protected]>
1 parent b78486a commit a5f9c1d

File tree

1 file changed

+1
-0
lines changed
  • drivers/misc/nordic_vpr_launcher

1 file changed

+1
-0
lines changed

drivers/misc/nordic_vpr_launcher/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ source "subsys/logging/Kconfig.template.log_config"
1818

1919
config NORDIC_VPR_LAUNCHER_INIT_PRIORITY
2020
int "Nordic VPR coprocessor launcher init priority"
21+
default 44 if DT_HAS_NORDIC_CORESIGHT_NRF_ENABLED
2122
default 0
2223
help
2324
The init priority of the VPR coprocessor launcher.

0 commit comments

Comments
 (0)