From 0a50084e4d7535c5eb86dc3bf18c357eec4aa69a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 23 Sep 2011 10:33:58 -0700 Subject: Don't run VGA option ROMs on S3 resume. This will save us a few 100 ms on resume. Change-Id: Iabf4c8ab88662ba41236162f0a6f5bd80d8c1255 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/715 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Patrick Georgi --- src/devices/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/devices/Kconfig') diff --git a/src/devices/Kconfig b/src/devices/Kconfig index 9e5ea6e094..572addcf53 100644 --- a/src/devices/Kconfig +++ b/src/devices/Kconfig @@ -33,6 +33,13 @@ config VGA_ROM_RUN Execute VGA option ROMs, if found. This is required to enable PCI/AGP/PCI-E video cards. +config S3_VGA_ROM_RUN + bool "Re-run VGA option ROMs on S3 resume" + default y + depends on VGA_ROM_RUN && HAVE_ACPI_RESUME + help + Execute VGA option ROMs when coming out of an S3 resume. + config PCI_ROM_RUN bool "Run non-VGA option ROMs" default y -- cgit v1.2.3