|
@@ -347,6 +347,16 @@ config BR2_PACKAGE_MPD_AVAHI_SUPPORT
|
|
|
comment "avahi support needs a toolchain w/ dynamic library"
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
+config BR2_PACKAGE_MPD_IO_URING
|
|
|
+ bool "io_uring"
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
|
+ select BR2_PACKAGE_LIBURING
|
|
|
+ help
|
|
|
+ Asynchronous I/O using kernel io_uring subsystem
|
|
|
+
|
|
|
+comment "io_uring support needs a toolchain w/ headers >= 5.1"
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
|
+
|
|
|
config BR2_PACKAGE_MPD_LIBMPDCLIENT
|
|
|
bool "libmpdclient"
|
|
|
select BR2_PACKAGE_LIBMPDCLIENT
|