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>
This commit is contained in:
parent
acb6e138b2
commit
7060b5d7fe
|
@ -1,4 +1,5 @@
|
||||||
config SOC_INTEL_COMMON_BLOCK_RTC
|
config SOC_INTEL_COMMON_BLOCK_RTC
|
||||||
bool
|
bool
|
||||||
|
select RTC
|
||||||
help
|
help
|
||||||
Intel Processor common RTC support
|
Intel Processor common RTC support
|
||||||
|
|
Loading…
Reference in New Issue