Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217330
b: refs/heads/master
c: 24cecc1
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre committed Oct 26, 2010
1 parent 2f9a8e1 commit e19743b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75305d768d296a07fd02df9af3e5de326df1c72e
refs/heads/master: 24cecc1be62c37231fda15054a3d4d235ada38c5
12 changes: 6 additions & 6 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -765,24 +765,24 @@ config RTC_DRV_AT32AP700X
AT32AP700x family processors.

config RTC_DRV_AT91RM9200
tristate "AT91RM9200 or AT91SAM9RL"
depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL
tristate "AT91RM9200 or some AT91SAM9 RTC"
depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
help
Driver for the internal RTC (Realtime Clock) module found on
Atmel AT91RM9200's and AT91SAM9RL chips. On SAM9RL chips
Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips
this is powered by the backup power supply.

config RTC_DRV_AT91SAM9
tristate "AT91SAM9x/AT91CAP9"
tristate "AT91SAM9x/AT91CAP9 RTT as RTC"
depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40)
help
RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT
(Real Time Timer). These timers are powered by the backup power
supply (such as a small coin cell battery), but do not need to
be used as RTCs.

(On AT91SAM9rl chips you probably want to use the dedicated RTC
module and leave the RTT available for other uses.)
(On AT91SAM9rl and AT91SAM9G45 chips you probably want to use the
dedicated RTC module and leave the RTT available for other uses.)

config RTC_DRV_AT91SAM9_RTT
int
Expand Down

0 comments on commit e19743b

Please sign in to comment.