diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-07-05 20:50:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-07-05 20:50:32 -0400 |
commit | 8b0c509e7cdb55b0ebd58cc105e49e75526ba620 (patch) | |
tree | c5973de5949d10a0ee4dd60651fe6a2c24b14172 /src/Kconfig | |
parent | e010d85cdfab0f97eadb7b05af80dd60a591c602 (diff) | |
download | seabios-hppa-8b0c509e7cdb55b0ebd58cc105e49e75526ba620.zip seabios-hppa-8b0c509e7cdb55b0ebd58cc105e49e75526ba620.tar.gz seabios-hppa-8b0c509e7cdb55b0ebd58cc105e49e75526ba620.tar.bz2 |
Replace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume-vga-init" file.
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Kconfig b/src/Kconfig index 3f63374..06ab8c1 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -281,12 +281,6 @@ menu "BIOS interfaces" default y help Support S3 resume handler. - config S3_RESUME_VGA_INIT - depends on S3_RESUME - bool "Run VGA rom on S3 resume" - default n - help - Run the vga rom during S3 resume. config VGAHOOKS depends on COREBOOT |