1 2config VIDEO 3 bool 4 5config VGA 6 bool "VGA support" if !PV_SHIM_EXCLUSIVE 7 select VIDEO 8 depends on X86 9 default y if !PV_SHIM_EXCLUSIVE 10 ---help--- 11 Enable VGA output for the Xen hypervisor. 12 13 If unsure, say Y. 14