rtc: rtc-sh: clock framework support.
This adds clock framework support to the rtc-sh driver. With this in place, platforms can default to leaving the clock disabled rather than placing it in the always enabled state. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
这个提交包含在:
@@ -573,7 +573,7 @@ config RTC_DRV_SA1100
|
||||
|
||||
config RTC_DRV_SH
|
||||
tristate "SuperH On-Chip RTC"
|
||||
depends on RTC_CLASS && SUPERH
|
||||
depends on RTC_CLASS && SUPERH && HAVE_CLK
|
||||
help
|
||||
Say Y here to enable support for the on-chip RTC found in
|
||||
most SuperH processors.
|
||||
|
在新工单中引用
屏蔽一个用户