rtio: Remove unused Kconfigs for executors

There's only one executor now and its always built, no need for these
old crufty Kconfigs.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2023-10-05 08:49:58 -05:00 committed by Carles Cufí
parent 1816b6380b
commit 9e8d609b5d

View file

@ -6,21 +6,6 @@ menuconfig RTIO
if RTIO
config RTIO_EXECUTOR_SIMPLE
bool "A simple executor for RTIO"
default y
help
An simple RTIO executor that will execute a queue of requested I/O
operations as if they are a single chain of submission queue entries. This
does not support concurrent chains or submissions.
config RTIO_EXECUTOR_CONCURRENT
bool "A low cost concurrent executor for RTIO"
default y
help
A low memory cost RTIO executor that will execute a queue of requested I/O
with a fixed amount of concurrency using minimal memory overhead.
config RTIO_SUBMIT_SEM
bool "Use a semaphore when waiting for completions in rtio_submit"
help