:orphan: .. title:: CONFIG_CHARACTER_FRAMEBUFFER_SHELL .. kconfig:: CONFIG_CHARACTER_FRAMEBUFFER_SHELL CONFIG_CHARACTER_FRAMEBUFFER_SHELL ################################## *Character Framebuffer shell* Type: ``bool`` Help ==== .. code-block:: none Activate shell module that provides Framebuffer commands to the console. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`CHARACTER_FRAMEBUFFER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fb/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays .. code-block:: kconfig config CHARACTER_FRAMEBUFFER_SHELL bool "Character Framebuffer shell" depends on SHELL && CHARACTER_FRAMEBUFFER help Activate shell module that provides Framebuffer commands to the console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*