2022-08-24 19:32:15 +08:00
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config INTEL_MULTIBOOTFB_DISPLAY
|
|
|
|
bool "Intel Multiboot Framebuffer"
|
|
|
|
default y
|
2022-08-24 19:54:35 +08:00
|
|
|
depends on MULTIBOOT && MULTIBOOT_INFO && \
|
|
|
|
DT_HAS_INTEL_MULTIBOOT_FRAMEBUFFER_ENABLED
|
2022-08-24 19:32:15 +08:00
|
|
|
help
|
|
|
|
Enable Intel Multiboot framebuffer-based display driver.
|