:orphan: .. title:: CONFIG_GETOPT .. kconfig:: CONFIG_GETOPT CONFIG_GETOPT ############# *GetOpt Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the getopt library Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SHELL_GETOPT ` Kconfig definition ================== At ``/util/getopt/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:16`` → ``/util/Kconfig:9`` Menu path: (Top) → Additional libraries → Util libraries .. code-block:: kconfig config GETOPT bool "GetOpt Support" help This option enables the getopt library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*