diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 13:03:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 13:03:40 -0400 |
commit | f99d055398d53c8f769d5153b3fdce1d2556e7ff (patch) | |
tree | 3f0fb0b13b70179bf2c58d6fb5bfc7641c925de7 /drivers/rtc | |
parent | 2c518959f082c549d6c6dd9b5380aec40c3eb07f (diff) | |
parent | 24cecc1be62c37231fda15054a3d4d235ada38c5 (diff) |
Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91
* 'for_linus' of git://github.com/at91linux/linux-2.6-at91:
AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family
at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board
AT91: pm: make sure that r0 is 0 when dealing with cache operations
AT91: pm: use plain cpu_do_idle() for "wait for interrupt"
AT91: reset: extend alternate reset procedure to several chips
AT91: reset routine cleanup, remove not needed icache flush
AT91: trivial: align comment of at91sam9g20_reset with one more tab
AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet
AT91: add board support for Pcontrol_G20
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 48ca7132cc05..2785a0f16c9f 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -765,15 +765,15 @@ config RTC_DRV_AT32AP700X | |||
765 | AT32AP700x family processors. | 765 | AT32AP700x family processors. |
766 | 766 | ||
767 | config RTC_DRV_AT91RM9200 | 767 | config RTC_DRV_AT91RM9200 |
768 | tristate "AT91RM9200 or AT91SAM9RL" | 768 | tristate "AT91RM9200 or some AT91SAM9 RTC" |
769 | depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL | 769 | depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 |
770 | help | 770 | help |
771 | Driver for the internal RTC (Realtime Clock) module found on | 771 | Driver for the internal RTC (Realtime Clock) module found on |
772 | Atmel AT91RM9200's and AT91SAM9RL chips. On SAM9RL chips | 772 | Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips |
773 | this is powered by the backup power supply. | 773 | this is powered by the backup power supply. |
774 | 774 | ||
775 | config RTC_DRV_AT91SAM9 | 775 | config RTC_DRV_AT91SAM9 |
776 | tristate "AT91SAM9x/AT91CAP9" | 776 | tristate "AT91SAM9x/AT91CAP9 RTT as RTC" |
777 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) | 777 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) |
778 | help | 778 | help |
779 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT | 779 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT |
@@ -781,8 +781,8 @@ config RTC_DRV_AT91SAM9 | |||
781 | supply (such as a small coin cell battery), but do not need to | 781 | supply (such as a small coin cell battery), but do not need to |
782 | be used as RTCs. | 782 | be used as RTCs. |
783 | 783 | ||
784 | (On AT91SAM9rl chips you probably want to use the dedicated RTC | 784 | (On AT91SAM9rl and AT91SAM9G45 chips you probably want to use the |
785 | module and leave the RTT available for other uses.) | 785 | dedicated RTC module and leave the RTT available for other uses.) |
786 | 786 | ||
787 | config RTC_DRV_AT91SAM9_RTT | 787 | config RTC_DRV_AT91SAM9_RTT |
788 | int | 788 | int |