Commit 24cecc1be62c37231fda15054a3d4d235ada38c5

Authored by Nicolas Ferre
1 parent 75305d768d

AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family

Enable built-in RTC IP in Kconfig and modify comments and help messages.
RTT as RTC is still available but should not be selected in common case.

Reported-by: Yegor Yefremov <yegor_sub1@visionsystems.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

... ... @@ -765,15 +765,15 @@
765 765 AT32AP700x family processors.
766 766  
767 767 config RTC_DRV_AT91RM9200
768   - tristate "AT91RM9200 or AT91SAM9RL"
769   - depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL
  768 + tristate "AT91RM9200 or some AT91SAM9 RTC"
  769 + depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
770 770 help
771 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 773 this is powered by the backup power supply.
774 774  
775 775 config RTC_DRV_AT91SAM9
776   - tristate "AT91SAM9x/AT91CAP9"
  776 + tristate "AT91SAM9x/AT91CAP9 RTT as RTC"
777 777 depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40)
778 778 help
779 779 RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT
... ... @@ -781,8 +781,8 @@
781 781 supply (such as a small coin cell battery), but do not need to
782 782 be used as RTCs.
783 783  
784   - (On AT91SAM9rl chips you probably want to use the dedicated RTC
785   - module and leave the RTT available for other uses.)
  784 + (On AT91SAM9rl and AT91SAM9G45 chips you probably want to use the
  785 + dedicated RTC module and leave the RTT available for other uses.)
786 786  
787 787 config RTC_DRV_AT91SAM9_RTT
788 788 int