summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801dx/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-06-04 14:05:53 +0200
committerNico Huber <nico.h@gmx.de>2019-11-10 22:39:46 +0000
commit074730c14c48a5cf6fc056371eef08e495bccc8f (patch)
tree47226c472a04a2ba9e82d29ce4e78741c88c140e /src/southbridge/intel/i82801dx/Kconfig
parent1c54bc4849a4ab6b78612b47ca0727bd16e8cf92 (diff)
downloadcoreboot-074730c14c48a5cf6fc056371eef08e495bccc8f.tar.xz
sb/intel/common: Make linking rtc.c conditional
Change-Id: I7321da453c0d9bb4a142c3c93103d8dc0ff416b7 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33201 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/i82801dx/Kconfig')
-rw-r--r--src/southbridge/intel/i82801dx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801dx/Kconfig b/src/southbridge/intel/i82801dx/Kconfig
index 12640b32a2..cb2bb7aa7f 100644
--- a/src/southbridge/intel/i82801dx/Kconfig
+++ b/src/southbridge/intel/i82801dx/Kconfig
@@ -22,6 +22,7 @@ config SOUTHBRIDGE_INTEL_I82801DX
select HAVE_USBDEBUG
select SOUTHBRIDGE_INTEL_COMMON
select SOUTHBRIDGE_INTEL_COMMON_SMBUS
+ select SOUTHBRIDGE_INTEL_COMMON_RTC
select HAVE_POWER_STATE_AFTER_FAILURE
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE