zephyr/lib/util/getopt/Kconfig
Jakub Rzeszutko ddb07f57ec lib: add freebsd getopt library
This library is going to be used by the shell module. Some shell users
are not satisfied with subcommands alone and need to use the options
for commands as well.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2021-03-01 09:50:32 -05:00

8 lines
166 B
Plaintext

# Copyright (c) 2021 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0
config GETOPT
bool "GetOpt Support"
help
This option enables the getopt library