# Copyright (c) 2024 Tenstorrent AI ULC
#
# SPDX-License-Identifier: Apache-2.0

config POSIX_C_LIB_EXT
	bool "POSIX general C library extension"
	select GETOPT
	help
	  Select 'y' here and Zephyr will provide an implementation of the POSIX_C_LIB_EXT Option
	  Group, consisting of fnmatch(), getopt(), getsubopt(), optarg, opterr, optind, optopt,
	  stpcpy(), stpncpy(), strcasecmp(), strdup(), strfmon(), and strncasecmp(), strndup(), and
	  strnlen().

	  For more information, please see
	  https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
