Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36287
b: refs/heads/master
c: 317a610
h: refs/heads/master
i:
  36285: 5bac8d8
  36283: 7595c8c
  36279: b57f865
  36271: 4ec87b1
  36255: 0acd33a
  36223: d653080
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent 3d1410b commit f5b8816
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af514ca7d27b31e3c278e1331f0ebdb3ad385a90
refs/heads/master: 317a6104a99f87c0b35c0d9f19ec23ee7429b33e
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ obj-$(CONFIG_RTC_DRV_PL031) += rtc-pl031.o
obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o
obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o
obj-$(CONFIG_RTC_DRV_AT91) += rtc-at91.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
Loading

0 comments on commit f5b8816

Please sign in to comment.