summaryrefslogtreecommitdiff
path: root/src/devices/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2012-07-20 11:55:19 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-07-20 23:36:22 +0200
commitbcdbe90296bad7fdf56416e9713789194fb83aa3 (patch)
treed63c52cc9eb35ae0734083fa330c59734e143228 /src/devices/Kconfig
parent116327ee064c06e4304313be1f379593aa289572 (diff)
downloadcoreboot-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/devices/Kconfig')
-rw-r--r--src/devices/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/Kconfig b/src/devices/Kconfig
index 5168819519..cec2048931 100644
--- a/src/devices/Kconfig
+++ b/src/devices/Kconfig
@@ -18,13 +18,6 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-config VGA_BRIDGE_SETUP
- bool "Setup bridges on path to VGA adapter"
- default y
- help
- Allow bridges to set up legacy decoding ranges for VGA. Don't disable
- this unless you're sure you don't want the briges setup for VGA.
-
# TODO: Explain differences (if any) for onboard cards.
config VGA_ROM_RUN
bool "Run VGA Option ROMs"