summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/rtc
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2019-01-27 00:44:49 -0800
committerNico Huber <nico.h@gmx.de>2019-01-28 10:45:30 +0000
commit7060b5d7fee1e9abaad8a11bb88985002f866b2f (patch)
tree1b6735a6ded7b921002e7e12ace5ba8ac4116705 /src/soc/intel/common/block/rtc
parentacb6e138b2e94b0e66e9930fc31751a3b48eee98 (diff)
downloadcoreboot-7060b5d7fee1e9abaad8a11bb88985002f866b2f.tar.gz
coreboot-7060b5d7fee1e9abaad8a11bb88985002f866b2f.tar.bz2
coreboot-7060b5d7fee1e9abaad8a11bb88985002f866b2f.zip
soc/intel/common/rtc: Enable RTC in common code RTC
Intel RTC common code driver need to turn on RTC itself.After the change, cannonlake and icelake platform will have RTC enabled. BUG=b:123372643 TEST=build and boot up on sarien platform, check .config to see CONFIG_RTC is set. Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Change-Id: I0c8c5cf9e6f7f338b1f2f784c04254649d257536 Reviewed-on: https://review.coreboot.org/c/31112 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/rtc')
-rw-r--r--src/soc/intel/common/block/rtc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/rtc/Kconfig b/src/soc/intel/common/block/rtc/Kconfig
index d194f15d774f..eda2063f85c4 100644
--- a/src/soc/intel/common/block/rtc/Kconfig
+++ b/src/soc/intel/common/block/rtc/Kconfig
@@ -1,4 +1,5 @@
config SOC_INTEL_COMMON_BLOCK_RTC
bool
+ select RTC
help
Intel Processor common RTC support