diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-13 11:07:34 +0300 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-06-25 12:12:03 +0200 |
commit | 502e1dc7cae2220fc0fbc176c9c7de2d8731dd46 (patch) | |
tree | 03d509c8f392feb6397aa141ea863e8ca0e68ac2 /src/northbridge/intel | |
parent | 6455b01fe15b96d1306c10a1bd187871b30358f1 (diff) |
nehalem boards: Switch to use DYNAMIC_CBMEM
Change-Id: Ie4df2199e746de58c926f35bc9000752d399aa37
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6037
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/nehalem/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index 4cbaf22149..1da2ef9a4a 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -22,6 +22,7 @@ config NORTHBRIDGE_INTEL_NEHALEM select CPU_INTEL_MODEL_2065X select MMCONF_SUPPORT select MMCONF_SUPPORT_DEFAULT + select DYNAMIC_CBMEM select VGA select INTEL_EDID |