posix: add Kconfig.deprecated
There will be some POSIX Kconfig symbols that will be deprecated in favour of Kconfig symbols that are exact matches for those in the POSIX specification (1003.1-2017). Create the empty Kconfig file now, and then incrementally add to it as non-standard POSIX Kconfig options are replaced with standard-like POSIX Kconfig options. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
aa6a472355
commit
feb841a0f7
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Copyright (c) 2018 Intel Corporation
|
# Copyright (c) 2018 Intel Corporation
|
||||||
# Copyright (c) 2023 Meta
|
# Copyright (c) 2023 Meta
|
||||||
|
# Copyright (c) 2024 Tenstorrent AI ULC
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
@ -53,4 +54,6 @@ rsource "Kconfig.syslog"
|
||||||
rsource "Kconfig.timer"
|
rsource "Kconfig.timer"
|
||||||
rsource "Kconfig.uname"
|
rsource "Kconfig.uname"
|
||||||
|
|
||||||
|
rsource "Kconfig.deprecated"
|
||||||
|
|
||||||
endmenu # "POSIX Options"
|
endmenu # "POSIX Options"
|
||||||
|
|
8
lib/posix/options/Kconfig.deprecated
Normal file
8
lib/posix/options/Kconfig.deprecated
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue