diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-10 02:52:42 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-12 19:15:47 +0100 |
commit | d2990c90fd89ee4618a14752f41afe848b27d3e3 (patch) | |
tree | 61bb9f4386d830ed80e75b8208a1c45f9706a072 /src/mainboard/samsung/stumpy/Kconfig | |
parent | b2ad8108abe1e91603938610e2fd7b333b944c8a (diff) | |
download | coreboot-d2990c90fd89ee4618a14752f41afe848b27d3e3.tar.xz |
stumpy: Add native raminit support
Change-Id: Ibbb056ae209a16533757af925c8c833c94803834
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13662
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/samsung/stumpy/Kconfig')
-rw-r--r-- | src/mainboard/samsung/stumpy/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mainboard/samsung/stumpy/Kconfig b/src/mainboard/samsung/stumpy/Kconfig index 50b1625521..33dbf2cb0a 100644 --- a/src/mainboard/samsung/stumpy/Kconfig +++ b/src/mainboard/samsung/stumpy/Kconfig @@ -15,12 +15,13 @@ config BOARD_SPECIFIC_OPTIONS # dummy # LPC47N207 selected for external LPC card # not on board, should be made selectable. select SUPERIO_SMSC_LPC47N207 - select HAVE_MRC select INTEL_INT15 -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 CHROMEOS select PHYSICAL_REC_SWITCH |