:orphan: .. title:: SHELL_GETOPT .. option:: CONFIG_SHELL_GETOPT *Enable getopt support* Type: ``bool`` Help ==== .. code-block:: none Enables getopt support in the shell. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`GETOPT ` Kconfig definition ================== At ``/shell/Kconfig:120`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig 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.)*