You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
rtc: New RTC driver for SuperH On-Chip RTC.
This replaces the old SH RTC driver, and allows us to clean quite a lot of things up on the board-specific side. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -238,6 +238,16 @@ config RTC_DRV_SA1100
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called rtc-sa1100.
|
||||
|
||||
config RTC_DRV_SH
|
||||
tristate "SuperH On-Chip RTC"
|
||||
depends on RTC_CLASS && SUPERH
|
||||
help
|
||||
Say Y here to enable support for the on-chip RTC found in
|
||||
most SuperH processors.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called rtc-sh.
|
||||
|
||||
config RTC_DRV_VR41XX
|
||||
tristate "NEC VR41XX"
|
||||
depends on RTC_CLASS && CPU_VR41XX
|
||||
|
||||
Reference in New Issue
Block a user