diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-10 03:03:41 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-12 22:18:10 +0100 |
commit | a50478f151218b3bfb8f45a318533b0f3c14c3f0 (patch) | |
tree | e4091a68b36da4ed45f44bb31971505c1f122e6a /src/mainboard/kontron/ktqm77/Kconfig | |
parent | a25b5d257dbfbff808b19bf8c48565435e6bef9d (diff) | |
download | coreboot-a50478f151218b3bfb8f45a318533b0f3c14c3f0.tar.xz |
ktqm77: Support native raminit
Change-Id: Ic90d3aa714e5681c5021e2b05275d57dce428de0
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13664
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/kontron/ktqm77/Kconfig')
-rw-r--r-- | src/mainboard/kontron/ktqm77/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig index ba5e3dabef..8ec7f3119c 100644 --- a/src/mainboard/kontron/ktqm77/Kconfig +++ b/src/mainboard/kontron/ktqm77/Kconfig @@ -12,11 +12,13 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME select ENABLE_VMX - select HAVE_MRC -config USE_NATIVE_RAMINIT - bool - default n +if !USE_NATIVE_RAMINIT +config BOARD_SPECIFIC_OPTIONS_MRC # dummy + def_bool y + select HAVE_MRC +endif + config MAINBOARD_DIR string |