Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31112
Change subject: soc/intel/common/rtc: Enable RTC if common code RTC ......................................................................
soc/intel/common/rtc: Enable RTC if common code RTC
Intel RTC common code driver need to turn on RTC itself.
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 --- M src/soc/intel/common/block/rtc/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/31112/1
diff --git a/src/soc/intel/common/block/rtc/Kconfig b/src/soc/intel/common/block/rtc/Kconfig index d194f15..eda2063 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