Skip to content

Commit

Permalink
posix: deprecated: remove new options without deprecation
Browse files Browse the repository at this point in the history
A few previously deprecated Kconfig options have not yet been
present for 1 release cycle and can (theoretically) just be
removed, without deprecation (see next commit).

* GETENTROPY
* POSIX_CONFSTR
* POSIX_ENV
* POSIX_SYSLOG

For dependency information, please see
https://docs.zephyrproject.org/3.6.0/kconfig.html#kconfig-search

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
Chris Friedt authored and nashif committed Jul 18, 2024
1 parent 139a1cb commit ac52bd6
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions lib/posix/options/Kconfig.deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ config FNMATCH

Please use CONFIG_POSIX_C_LIB_EXT instead.

config GETENTROPY
bool "Support for getentropy [DEPRECATED]"
select DEPRECATED
select POSIX_C_LIB_EXT
help
This option is deprecated.

Please use CONFIG_POSIX_C_LIB_EXT instead.

config GETOPT
bool "Getopt library support [DEPRECATED]"
select DEPRECATED
Expand Down Expand Up @@ -91,24 +82,6 @@ config POSIX_CLOCK

Please use CONFIG_POSIX_TIMERS instead.

config POSIX_CONFSTR
bool "Retrieve string system configuration [DEPRECATED]"
select DEPRECATED
select POSIX_SINGLE_PROCESS
help
This option is deprecated.

Please use CONFIG_POSIX_SINGLE_PROCESS instead.

config POSIX_ENV
bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
select DEPRECATED
select POSIX_SINGLE_PROCESS
help
This option is deprecated.

Please use CONFIG_POSIX_SINGLE_PROCESS instead.

config POSIX_FS
bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
select DEPRECATED
Expand Down Expand Up @@ -183,15 +156,6 @@ config POSIX_SYSCONF

Please use CONFIG_POSIX_SINGLE_PROCESS instead.

config POSIX_SYSLOG
bool "Support for syslog() [DEPRECATED]"
select DEPRECATED
select XSI_SYSTEM_LOGGING
help
This option is deprecated.

Please use CONFIG_XSI_SYSTEM_LOGGING instead.

config POSIX_UNAME
bool "Support for uname [DEPRECATED]"
select DEPRECATED
Expand Down

0 comments on commit ac52bd6

Please sign in to comment.