diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-03-24 20:39:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-01 11:58:40 +0000 |
commit | b43ec47ed3110c5fdeff095c45e18bde709f4780 (patch) | |
tree | 7c8b9603bfe1e95efcba3516f30da82351071dcc /src/device/Kconfig | |
parent | 57248c2b8c680a8daa2cf2cb1b5938b8c52d5cdb (diff) |
console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'
This has nothing to do with console options.
This also improves the help text to reflect what it actually does.
Change-Id: I039f4f6bbe144769d6a362192b225838ed3d9d43
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32042
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index a62eac82ef..7f00c0b4e8 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -116,6 +116,16 @@ config NO_GFX_INIT endchoice +config ONBOARD_VGA_IS_PRIMARY + bool "Use onboard VGA as primary video device" + default n + depends on PCI + help + This option lets you select which VGA device will be used + to decode legacy VGA cycles. Not all chipsets implement this + however. If not selected, the last adapter found will be used, + else the onboard adapter is used. + config S3_VGA_ROM_RUN bool "Re-run VGA Option ROMs on S3 resume" default y |