diff options
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index faeee2d2550b..6149ae01e11f 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1131,11 +1131,11 @@ config RTC_DRV_IMXDI | |||
1131 | will be called "rtc-imxdi". | 1131 | will be called "rtc-imxdi". |
1132 | 1132 | ||
1133 | config RTC_DRV_OMAP | 1133 | config RTC_DRV_OMAP |
1134 | tristate "TI OMAP1" | 1134 | tristate "TI OMAP Real Time Clock" |
1135 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX | 1135 | depends on ARCH_OMAP || ARCH_DAVINCI |
1136 | help | 1136 | help |
1137 | Say "yes" here to support the on chip real time clock | 1137 | Say "yes" here to support the on chip real time clock |
1138 | present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x. | 1138 | present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx. |
1139 | 1139 | ||
1140 | This driver can also be built as a module, if so, module | 1140 | This driver can also be built as a module, if so, module |
1141 | will be called rtc-omap. | 1141 | will be called rtc-omap. |