aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-10-12 05:07:58 -0700
committerBin Meng <bmeng.cn@gmail.com>2017-10-19 11:37:51 +0800
commit3322a8e1a3dd9964b249673f5922a5093bfaf201 (patch)
treecf3dea722e755fb248133cc591a20915da99f9ce /arch/x86/Kconfig
parentfebdfaabc73473ca01e193e0a4be7e89e8f80cb4 (diff)
downloadu-boot-3322a8e1a3dd9964b249673f5922a5093bfaf201.zip
u-boot-3322a8e1a3dd9964b249673f5922a5093bfaf201.tar.gz
u-boot-3322a8e1a3dd9964b249673f5922a5093bfaf201.tar.bz2
x86: Turn off running VGA ROM during S3 resume
This is only needed when graphics console is used. For kernel with native graphics driver, this can be turned off to speed up. Change this option's default to n in the Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 38a6187..c869ae2 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -677,7 +677,6 @@ config HAVE_ACPI_RESUME
config S3_VGA_ROM_RUN
bool "Re-run VGA option ROMs on S3 resume"
depends on HAVE_ACPI_RESUME
- default y if HAVE_ACPI_RESUME
help
Execute VGA option ROMs in U-Boot when resuming from S3. Normally
this is needed when graphics console is being used in the kernel.