-
CONFIG_SHELL_GETOPT
¶
Enable getopt support
Type: bool
Help¶
Enables getopt support in the shell.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:120
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_GETOPT
bool "Enable getopt support"
select GETOPT
depends on SHELL
help
Enables getopt support in the shell.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)