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"
7	help
8	  Enable this option for asynchronous I/O. This option is present for conformance purposes
9	  only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.
10