#
# Copyright (c) 2020 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Getopt Library for Zephyr

config  GETOPT_LIB
	bool "Getopt library"
	depends on POSIX_API 
	help
	  Enable the Getopt Library
