diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-09-17 16:54:46 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-09-17 16:54:46 +0000 |
commit | 28412f58b62c73cee47ad3f09a4a056e64d422a6 (patch) | |
tree | c41bfea7bdff9c523a04820e92768cd066bedfac /src/Kconfig | |
parent | a758ca2ba9adc5b6ad01e5fe2515e0d636fffad2 (diff) |
Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4643 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 022f7bfe2f..225ef2ec9f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -282,7 +282,8 @@ config FALLBACK_VGA_BIOS_ID depends on VGA_BIOS default "1106,3230" help - The ID that would associate your VGA BIOS to your video card. + The ID that would associate your VGA BIOS to your video card. + (PCI VendorID, PCI Device ID) endmenu |