We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1816b63 commit 9e8d609Copy full SHA for 9e8d609
subsys/rtio/Kconfig
@@ -6,21 +6,6 @@ menuconfig RTIO
6
7
if RTIO
8
9
-config RTIO_EXECUTOR_SIMPLE
10
- bool "A simple executor for RTIO"
11
- default y
12
- help
13
- An simple RTIO executor that will execute a queue of requested I/O
14
- operations as if they are a single chain of submission queue entries. This
15
- does not support concurrent chains or submissions.
16
-
17
-config RTIO_EXECUTOR_CONCURRENT
18
- bool "A low cost concurrent executor for RTIO"
19
20
21
- A low memory cost RTIO executor that will execute a queue of requested I/O
22
- with a fixed amount of concurrency using minimal memory overhead.
23
24
config RTIO_SUBMIT_SEM
25
bool "Use a semaphore when waiting for completions in rtio_submit"
26
help
0 commit comments