diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index f15cddfeb897..f211dfb7b913 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1141,34 +1141,6 @@ config RTC_DRV_AT91SAM9 | |||
1141 | probably want to use the real RTC block instead of the "RTT as an | 1141 | probably want to use the real RTC block instead of the "RTT as an |
1142 | RTC" driver. | 1142 | RTC" driver. |
1143 | 1143 | ||
1144 | config RTC_DRV_AT91SAM9_RTT | ||
1145 | int | ||
1146 | range 0 1 | ||
1147 | default 0 | ||
1148 | depends on RTC_DRV_AT91SAM9 | ||
1149 | help | ||
1150 | This option is only relevant for legacy board support and | ||
1151 | won't be used when booting a DT board. | ||
1152 | |||
1153 | More than one RTT module is available. You can choose which | ||
1154 | one will be used as an RTC. The default of zero is normally | ||
1155 | OK to use, though some systems use that for non-RTC purposes. | ||
1156 | |||
1157 | config RTC_DRV_AT91SAM9_GPBR | ||
1158 | int | ||
1159 | range 0 3 | ||
1160 | default 0 | ||
1161 | prompt "Backup Register Number" | ||
1162 | depends on RTC_DRV_AT91SAM9 | ||
1163 | help | ||
1164 | This option is only relevant for legacy board support and | ||
1165 | won't be used when booting a DT board. | ||
1166 | |||
1167 | The RTC driver needs to use one of the General Purpose Backup | ||
1168 | Registers (GPBRs) as well as the RTT. You can choose which one | ||
1169 | will be used. The default of zero is normally OK to use, but | ||
1170 | on some systems other software needs to use that register. | ||
1171 | |||
1172 | config RTC_DRV_AU1XXX | 1144 | config RTC_DRV_AU1XXX |
1173 | tristate "Au1xxx Counter0 RTC support" | 1145 | tristate "Au1xxx Counter0 RTC support" |
1174 | depends on MIPS_ALCHEMY | 1146 | depends on MIPS_ALCHEMY |