summaryrefslogtreecommitdiffstats
path: root/drivers/video/bochs/Kconfig
blob: ae5d38a8ad463668f9a24c1f0caa03b70e6f24a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-License-Identifier: GPL-2.0-only

config DRIVER_VIDEO_BOCHS
	select DRIVER_VIDEO_EDID
	bool

config DRIVER_VIDEO_BOCHS_PCI
	bool "bochs dispi / QEMU standard VGA PCI driver"
	select DRIVER_VIDEO_BOCHS
	depends on PCI
	help
	  Say yes here if you have a PCI VGA display controller that
	  implements the bochs dispi VBE extension. This is a very simple
	  interface to drive the graphical output of virtual machines
	  like bochs, VirtualBox and Qemu (-device VGA).

config DRIVER_VIDEO_BOCHS_ISA
	bool "bochs dispi / QEMU standard VGA ISA driver"
	select DRIVER_VIDEO_BOCHS
	help
	  Say yes here if you have a ISA (I/O ports) VGA display controller that
	  implements the bochs dispi VBE extension. This is a very simple
	  interface to drive the graphical output of virtual machines
	  like bochs, VirtualBox and Qemu (-device isa-vga).