1# Copyright (c) 2024 Tenstorrent AI ULC
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config POSIX_ASYNCHRONOUS_IO
6	bool "POSIX asynchronous I/O [EXPERIMENTAL]"
7	select EXPERIMENTAL
8	help
9	  Enable this option for asynchronous I/O. This option is present for conformance purposes
10	  only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.
11