diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-13 22:36:04 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-10 22:40:38 +0000 |
commit | 23a6c79126a6ccba4459ae8ac7d7aa245bacb466 (patch) | |
tree | eb839c623468a75e869a9e398eb15f61d154ef31 /src/southbridge/intel/i82801gx/Kconfig | |
parent | 074730c14c48a5cf6fc056371eef08e495bccc8f (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/i82801gx/Kconfig')
-rw-r--r-- | src/southbridge/intel/i82801gx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig index b549712b89..37b5e6d6d2 100644 --- a/src/southbridge/intel/i82801gx/Kconfig +++ b/src/southbridge/intel/i82801gx/Kconfig @@ -33,6 +33,7 @@ config SOUTHBRIDGE_INTEL_I82801GX select SOUTHBRIDGE_INTEL_COMMON_SMM select SOUTHBRIDGE_INTEL_COMMON_WATCHDOG select SOUTHBRIDGE_INTEL_COMMON_RTC + select SOUTHBRIDGE_INTEL_COMMON_RESET if SOUTHBRIDGE_INTEL_I82801GX |