aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorZhao, Lijian <lijian.zhao@intel.com>2016-03-14 14:19:22 -0700
committerMartin Roth <martinroth@google.com>2016-04-20 18:51:18 +0200
commitd8d42c2f5f61c298d20500dd6f557f336b7e4972 (patch)
tree3180eeb0c440e9636ee8856148d7c7289620cab1 /src/soc/intel/apollolake/Kconfig
parentd68a13a602883d7e5a52ceb9062d71f363855695 (diff)
mainboard/amenia: add the inital files for amenia board
Add amenia board files Change-Id: I6731a348b4c0550d3b9381adb5fb83719f90a5da Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/14352 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 10e8b0d294..7cd548b0a1 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -38,6 +38,12 @@ config CPU_SPECIFIC_OPTIONS
select TSC_MONOTONIC_TIMER
select HAVE_MONOTONIC_TIMER
select PLATFORM_USES_FSP2_0
+ select HAVE_HARD_RESET
+ select SOC_INTEL_COMMON
+
+config SOC_INTEL_COMMON_RESET
+ bool
+ default y
config MMCONF_BASE_ADDRESS
hex "PCI MMIO Base Address"