Skip to content

Commit 7412674

Browse files
ubiedammahadevan108
authored andcommitted
rtio: workq: Select Early P4WQ threads init
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 <[email protected]> (cherry picked from commit 2ce2794)
1 parent 0c413db commit 7412674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/rtio/Kconfig.workq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
config RTIO_WORKQ
55
bool "RTIO Work-queues service to process Sync operations"
66
select SCHED_DEADLINE
7+
select P4WQ_INIT_STAGE_EARLY
78
select RTIO_CONSUME_SEM
89
help
910
Enable RTIO Work-queues to allow processing synchronous operations

0 commit comments

Comments
 (0)