Skip to content

Commit

Permalink
rtio: workq: Select Early P4WQ threads init
Browse files Browse the repository at this point in the history
Otherwise the RTIO Workqueue is not functional for devices during init.

An example of this issue is devices using SPI transfers with default
spi_rtio.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
(cherry picked from commit 2ce2794)
  • Loading branch information
ubieda authored and github-actions[bot] committed Feb 18, 2025
1 parent 80458ce commit 12b24e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/rtio/Kconfig.workq
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
config RTIO_WORKQ
bool "RTIO Work-queues service to process Sync operations"
select SCHED_DEADLINE
select P4WQ_INIT_STAGE_EARLY
select RTIO_CONSUME_SEM
help
Enable RTIO Work-queues to allow processing synchronous operations
Expand Down

0 comments on commit 12b24e5

Please sign in to comment.