sys-kernel/coreos-kernel: demote Xen framebuffer to module

The Xen framebuffer driver, on HVM EC2 instances, fails to connect to
device/vfb/0 on the xenbus. This causes a 30-second boot delay on
certain architectures since the support is compiled in.

Demoting to a module increases boot speed by 30 seconds.
This commit is contained in:
Jed Smith 2015-04-16 17:01:42 -07:00
parent 145dab3547
commit c99447b43b
2 changed files with 1 additions and 1 deletions

View File

@ -2563,7 +2563,7 @@ CONFIG_FB_EFI=y
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_XEN_FBDEV_FRONTEND=m
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set