Merge pull request #87554 from emilazy/add-aio-to-kconfig
linux: explicitly enable AIO
This commit is contained in:
commit
df54fe60ba
1 changed files with 2 additions and 0 deletions
|
@ -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.)
|
||||||
|
|
Loading…
Reference in a new issue