diff --git a/lib/posix/options/Kconfig b/lib/posix/options/Kconfig index 2197148bca5..8c49debe2a8 100644 --- a/lib/posix/options/Kconfig +++ b/lib/posix/options/Kconfig @@ -1,5 +1,6 @@ # Copyright (c) 2018 Intel Corporation # Copyright (c) 2023 Meta +# Copyright (c) 2024 Tenstorrent AI ULC # # SPDX-License-Identifier: Apache-2.0 @@ -53,4 +54,6 @@ rsource "Kconfig.syslog" rsource "Kconfig.timer" rsource "Kconfig.uname" +rsource "Kconfig.deprecated" + endmenu # "POSIX Options" diff --git a/lib/posix/options/Kconfig.deprecated b/lib/posix/options/Kconfig.deprecated new file mode 100644 index 00000000000..92d3967d38c --- /dev/null +++ b/lib/posix/options/Kconfig.deprecated @@ -0,0 +1,8 @@ +# Copyright (c) 2024 Tenstorrent AI ULC +# +# SPDX-License-Identifier: Apache-2.0 + +# This file should be removed after Zephyr 4.0 is released + +menu "Deprecated POSIX options" +endmenu