From 7060b5d7fee1e9abaad8a11bb88985002f866b2f Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Sun, 27 Jan 2019 00:44:49 -0800 Subject: 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 Change-Id: I0c8c5cf9e6f7f338b1f2f784c04254649d257536 Reviewed-on: https://review.coreboot.org/c/31112 Reviewed-by: Subrata Banik Reviewed-by: Nico Huber Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/rtc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/rtc/Kconfig b/src/soc/intel/common/block/rtc/Kconfig index d194f15d77..eda2063f85 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 -- cgit v1.2.3