zephyr/subsys/fb/Kconfig
TOKITA Hiroshi 04eba1d392 fb: cfb: Remove unused config
CHARACTER_FRAMEBUFFER_SHELL_DRIVER_NAME is not used.
Remove it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-02-13 12:14:52 +01:00

31 lines
693 B
Plaintext

# Frame buffer configuration options
# Copyright (c) 2018 Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
menuconfig CHARACTER_FRAMEBUFFER
bool "Character framebuffer for dot matrix displays"
help
Character framebuffer for dot matrix displays.
if CHARACTER_FRAMEBUFFER
config CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS
bool "Use default fonts"
default y
help
Use default fonts.
config CHARACTER_FRAMEBUFFER_SHELL
bool "Character Framebuffer shell"
depends on SHELL
help
Activate shell module that provides Framebuffer commands to the
console.
module = CFB
module-str = cfb
source "subsys/logging/Kconfig.template.log_config"
endif # CHARACTER_FRAMEBUFFER