aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-06-02 22:37:58 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2021-06-09 22:23:44 +0530
commit73c3d8ebb5d270766b15456e0e18e8b2287a1d01 (patch)
tree25e9a04912f4bed285559e263bc16da754c9e9e5 /drivers
parente61a4ff13f36a9952b4ecdfaa209963d411d2884 (diff)
downloadu-boot-73c3d8ebb5d270766b15456e0e18e8b2287a1d01.zip
u-boot-73c3d8ebb5d270766b15456e0e18e8b2287a1d01.tar.gz
u-boot-73c3d8ebb5d270766b15456e0e18e8b2287a1d01.tar.bz2
rtc: davinci: enable compilation for omap architectures
The Davinci's onchip RTC is also present on TI OMAP1, AM33XX, AM43XX and DRA7XX SOCs. So, let's enable compilation for these architectures too. Signed-off-by: Dario Binacchi <dariobin@libero.it> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210602203805.11494-2-dariobin@libero.it
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index c84a9d2..cbdfddb 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -188,4 +188,11 @@ config RTC_ABX80X
families of ultra-low-power battery- and capacitor-backed real-time
clock chips.
+config RTC_DAVINCI
+ bool "Enable TI OMAP RTC driver"
+ depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
+ help
+ Say "yes" here to support the on chip real time clock
+ present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx.
+
endmenu