Skip to content

Commit ac52bd6

Browse files
cfriedtnashif
authored andcommitted
posix: deprecated: remove new options without deprecation
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]>
1 parent 139a1cb commit ac52bd6

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

lib/posix/options/Kconfig.deprecated

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ config FNMATCH
2424

2525
Please use CONFIG_POSIX_C_LIB_EXT instead.
2626

27-
config GETENTROPY
28-
bool "Support for getentropy [DEPRECATED]"
29-
select DEPRECATED
30-
select POSIX_C_LIB_EXT
31-
help
32-
This option is deprecated.
33-
34-
Please use CONFIG_POSIX_C_LIB_EXT instead.
35-
3627
config GETOPT
3728
bool "Getopt library support [DEPRECATED]"
3829
select DEPRECATED
@@ -91,24 +82,6 @@ config POSIX_CLOCK
9182

9283
Please use CONFIG_POSIX_TIMERS instead.
9384

94-
config POSIX_CONFSTR
95-
bool "Retrieve string system configuration [DEPRECATED]"
96-
select DEPRECATED
97-
select POSIX_SINGLE_PROCESS
98-
help
99-
This option is deprecated.
100-
101-
Please use CONFIG_POSIX_SINGLE_PROCESS instead.
102-
103-
config POSIX_ENV
104-
bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
105-
select DEPRECATED
106-
select POSIX_SINGLE_PROCESS
107-
help
108-
This option is deprecated.
109-
110-
Please use CONFIG_POSIX_SINGLE_PROCESS instead.
111-
11285
config POSIX_FS
11386
bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
11487
select DEPRECATED
@@ -183,15 +156,6 @@ config POSIX_SYSCONF
183156

184157
Please use CONFIG_POSIX_SINGLE_PROCESS instead.
185158

186-
config POSIX_SYSLOG
187-
bool "Support for syslog() [DEPRECATED]"
188-
select DEPRECATED
189-
select XSI_SYSTEM_LOGGING
190-
help
191-
This option is deprecated.
192-
193-
Please use CONFIG_XSI_SYSTEM_LOGGING instead.
194-
195159
config POSIX_UNAME
196160
bool "Support for uname [DEPRECATED]"
197161
select DEPRECATED

0 commit comments

Comments
 (0)