diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2012-07-20 11:55:19 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-07-20 23:36:22 +0200 |
commit | bcdbe90296bad7fdf56416e9713789194fb83aa3 (patch) | |
tree | d63c52cc9eb35ae0734083fa330c59734e143228 /src/northbridge/amd/gx2 | |
parent | 116327ee064c06e4304313be1f379593aa289572 (diff) | |
download | coreboot-bcdbe90296bad7fdf56416e9713789194fb83aa3.tar.xz |
Drop VGA_BRIDGE_SETUP config option
It defaults to true, and isn't disabled anywhere in the tree.
I also couldn't think of a case where it's actually useful.
Change-Id: I126a47625d5294f3cfff225629f2a948a83c9b7e
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/1250
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/gx2')
-rw-r--r-- | src/northbridge/amd/gx2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/gx2/Kconfig b/src/northbridge/amd/gx2/Kconfig index ae532bd005..5140409b97 100644 --- a/src/northbridge/amd/gx2/Kconfig +++ b/src/northbridge/amd/gx2/Kconfig @@ -24,7 +24,7 @@ config NORTHBRIDGE_AMD_GX2 choice prompt "Framebuffer size" default GX2_VIDEO_MB_8MB - depends on NORTHBRIDGE_AMD_GX2 && VGA_BRIDGE_SETUP + depends on NORTHBRIDGE_AMD_GX2 config GX2_VIDEO_MB_4MB bool "4MB" |