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>
8 lines
166 B
Plaintext
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
|