aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-13 22:36:04 +0200
committerNico Huber <nico.h@gmx.de>2019-11-10 22:40:38 +0000
commit23a6c79126a6ccba4459ae8ac7d7aa245bacb466 (patch)
treeeb839c623468a75e869a9e398eb15f61d154ef31 /src/southbridge/intel/common
parent074730c14c48a5cf6fc056371eef08e495bccc8f (diff)
sb/intel/common: Make COMMON_RESET optional
Change-Id: Id706919835100903dd4ebac2bbd2f3a44c2b6b60 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36003 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/southbridge/intel/common')
-rw-r--r--src/southbridge/intel/common/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/intel/common/Kconfig b/src/southbridge/intel/common/Kconfig
index d9e3e333a9..5674c2f397 100644
--- a/src/southbridge/intel/common/Kconfig
+++ b/src/southbridge/intel/common/Kconfig
@@ -1,9 +1,8 @@
config SOUTHBRIDGE_INTEL_COMMON
def_bool n
- select SOUTHBRIDGE_INTEL_COMMON_RESET
config SOUTHBRIDGE_INTEL_COMMON_RESET
- bool
+ def_bool n
select HAVE_CF9_RESET
config SOUTHBRIDGE_INTEL_COMMON_RTC