Browse Source

rtc: enable clock-gating for RTC on Quark SE

Clockgating was disabled for RTC and disabling RTC had no
effect on Quark SE boards.

Change-Id: I67448d5582a206fc7a68d763d504e9f743043b53
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
pull/255/head
Anas Nashif 9 years ago committed by Gerrit Code Review
parent
commit
2ed89a49ee
  1. 2
      arch/x86/soc/quark_se/Kconfig

2
arch/x86/soc/quark_se/Kconfig

@ -293,7 +293,7 @@ config RTC_DW @@ -293,7 +293,7 @@ config RTC_DW
if RTC_DW
config RTC_DW_CLOCK_GATE
def_bool n
def_bool y
config RTC_DW_CLOCK_GATE_DRV_NAME
default CLOCK_CONTROL_QUARK_SE_PERIPHERAL_DRV_NAME
config RTC_DW_CLOCK_GATE_SUBSYS

Loading…
Cancel
Save