diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-16 03:35:33 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-16 09:43:41 +0200 |
commit | 880101121e0cef5df3afda075809e2fbacf68ffe (patch) | |
tree | cdce8ec81a3b0c37e0e14f34c7077ce057becaa6 /src/northbridge/intel/gm45/Kconfig | |
parent | 905e6f2b56c9a87418e35c8d2f2decdeb7e0b56d (diff) |
intel/gm45: native gfx init.
Tested on lenovo X200 in both text and gfx mode.
Change-Id: I273971d0f34ca3529959d4228e9516775459b806
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6682
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/intel/gm45/Kconfig')
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 629bae33df..b9244f9d53 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -29,6 +29,8 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy select MMCONF_SUPPORT_DEFAULT select DYNAMIC_CBMEM select IOMMU + select VGA + select INTEL_EDID config BOOTBLOCK_NORTHBRIDGE_INIT string |