:orphan: .. title:: CONFIG_SHELL_MINIMAL .. kconfig:: CONFIG_SHELL_MINIMAL CONFIG_SHELL_MINIMAL #################### *Default config to reduce flash and memory requirements* Type: ``bool`` Help ==== .. code-block:: none This is a meta-configuration option to significantly reduce the flash and memory requirements of the shell. Enabling it will choose Kconfig defaults which favor reduced flash or memory requirements over extra features. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/shell/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config SHELL_MINIMAL bool "Default config to reduce flash and memory requirements" depends on SHELL help This is a meta-configuration option to significantly reduce the flash and memory requirements of the shell. Enabling it will choose Kconfig defaults which favor reduced flash or memory requirements over extra features. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*