Skip to content

Commit

Permalink
soc: x86: Remove RTC config
Browse files Browse the repository at this point in the history
remove using RTC config

Signed-off-by: Savinay Dharmappa <[email protected]>
  • Loading branch information
SavinayDharmappa authored and nashif committed Feb 7, 2019
1 parent aa15f39 commit 6f58d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion soc/arc/quark_se_c1000_ss/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config HARVARD
config QMSI
default y

if RTC
if COUNTER

config RTC_QMSI
default y
Expand Down
2 changes: 1 addition & 1 deletion soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ config WDT_QMSI
default y
endif # WATCHDOG

if RTC
if COUNTER
config RTC_QMSI
default y

Expand Down
2 changes: 1 addition & 1 deletion soc/x86/intel_quark/quark_se/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ config WDT_QMSI
default y
endif # WATCHDOG

if RTC
if COUNTER
config RTC_QMSI
default y
endif # RTC
Expand Down

0 comments on commit 6f58d17

Please sign in to comment.