Skip to content

Commit 5e7c76f

Browse files
committed
posix: profiles: remove duplicate Kconfig option
Remove the duplicate Kconfig option `CONFIG_POSIX_SYSTEM_INTERFACES` in `lib/posix/Kconfig.profile` that shadows the option in `lib/posix/Kconfig`. Signed-off-by: Chris Friedt <[email protected]>
1 parent a806e6f commit 5e7c76f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/posix/Kconfig.profile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
config POSIX_SYSTEM_INTERFACES
6-
bool
7-
select NATIVE_LIBC_INCOMPATIBLE
8-
help
9-
Make POSIX headers available to the system without the "zephyr/posix" prefix.
10-
115
config POSIX_API
126
bool "POSIX APIs"
137
select POSIX_SYSTEM_INTERFACES

0 commit comments

Comments
 (0)