commit | 2fe9d6cd68c38dfc21bb7414ce173e42fd2e4477 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed May 22 18:04:35 2024 -0400 |
committer | David Leach <david.leach@nxp.com> | Tue Jun 04 16:27:12 2024 -0500 |
tree | 09d9d4edda98b6988dcfb1b72de72146a65642bc | |
parent | b6396048331a4395922a23fc170b51e98be7002e [diff] |
posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME This change deprecates the following Kconfig options * CONFIG_POSIX_ENV * CONFIG_POSIX_CONFSTR * CONFIG_POSIX_SYSCONF * CONFIG_POSIX_UNAME and instead groups them into a single Kconfig option that maps directly to the standard. Namely, CONFIG_POSIX_SINGLE_PROCESS. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>