Merge pull request #87554 from emilazy/add-aio-to-kconfig

linux: explicitly enable AIO
This commit is contained in:
Jörg Thalheim 2020-06-17 08:46:30 +01:00 committed by GitHub
commit df54fe60ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -645,6 +645,8 @@ let
SYSVIPC = yes; # System-V IPC SYSVIPC = yes; # System-V IPC
AIO = yes; # POSIX asynchronous I/O
UNIX = yes; # Unix domain sockets. UNIX = yes; # Unix domain sockets.
MD = yes; # Device mapper (RAID, LVM, etc.) MD = yes; # Device mapper (RAID, LVM, etc.)