summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-07-30 10:34:22 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-08-01 22:14:48 +0200
commit6e8233a60b475ff56bfe672293f081653e552510 (patch)
treecedd566bd7cae660be6eaad6ce9f6f047bb32db3 /src
parentaac31ca22149f7e3a6f90d6c229f3fc87fb53592 (diff)
downloadcoreboot-6e8233a60b475ff56bfe672293f081653e552510.tar.xz
soc/intel/quark: Enable use of hard reset
Select HAVE_HARD_RESET in the KCONFIG file to enable use of the hard_reset routine. TEST=Build and run on Galileo Gen2 Change-Id: Ib11a80b64cf1c55aec24f2576d197da9017b9751 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15992 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/quark/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 116dc9f32f..b9060d5129 100644
--- a/src/soc/intel/quark/Kconfig
+++ b/src/soc/intel/quark/Kconfig
@@ -28,8 +28,10 @@ config CPU_SPECIFIC_OPTIONS
select ARCH_VERSTAGE_X86_32
select BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
select C_ENVIRONMENT_BOOTBLOCK
+ select HAVE_HARD_RESET
select REG_SCRIPT
select SOC_INTEL_COMMON
+ select SOC_INTEL_COMMON_RESET
select SOC_SETS_MSRS
select TSC_CONSTANT_RATE
select UART_OVERRIDE_REFCLK