blob: 6fc35349738f3f3dd0c2fad885d53dba73f5721e [file] [log] [blame]
# Copyright (c) 2024 Tenstorrent AI ULC
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_ASYNCHRONOUS_IO
bool "Asynchronous IO"
default y if POSIX_API
help
Enable this option for asynchronous I/O. This option is present for conformance purposes
only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.