1# Copyright (c) 2017 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config INTEL_MULTIBOOTFB_DISPLAY
5	bool "Intel Multiboot Framebuffer"
6	default y
7	depends on MULTIBOOT && MULTIBOOT_INFO && \
8		   DT_HAS_INTEL_MULTIBOOT_FRAMEBUFFER_ENABLED
9	help
10	  Enable Intel Multiboot framebuffer-based display driver.
11