-
CONFIG_CHARACTER_FRAMEBUFFER_SHELL
¶
Character Framebuffer shell
Type: bool
Help¶
Activate shell module that provides Framebuffer commands to the console.
Direct dependencies¶
SHELL
&& CHARACTER_FRAMEBUFFER
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/fb/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:40
Menu path: (top menu) → Character framebuffer for dot matrix displays
config CHARACTER_FRAMEBUFFER_SHELL bool prompt "Character Framebuffer shell" ifSHELL
&&CHARACTER_FRAMEBUFFER
depends onSHELL
&&CHARACTER_FRAMEBUFFER
help Activate shell module that provides Framebuffer commands to the console.
(Definitions include propagated dependencies, including from if’s and menus.)