diff options
Diffstat (limited to 'drivers/rtc')
-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 0cf2e1d9cb17..cedb41c95dae 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1242,34 +1242,6 @@ config RTC_DRV_AT91SAM9 | |||
1242 | probably want to use the real RTC block instead of the "RTT as an | 1242 | probably want to use the real RTC block instead of the "RTT as an |
1243 | RTC" driver. | 1243 | RTC" driver. |
1244 | 1244 | ||
1245 | config RTC_DRV_AT91SAM9_RTT | ||
1246 | int | ||
1247 | range 0 1 | ||
1248 | default 0 | ||
1249 | depends on RTC_DRV_AT91SAM9 | ||
1250 | help | ||
1251 | This option is only relevant for legacy board support and | ||
1252 | won't be used when booting a DT board. | ||
1253 | |||
1254 | More than one RTT module is available. You can choose which | ||
1255 | one will be used as an RTC. The default of zero is normally | ||
1256 | OK to use, though some systems use that for non-RTC purposes. | ||
1257 | |||
1258 | config RTC_DRV_AT91SAM9_GPBR | ||
1259 | int | ||
1260 | range 0 3 | ||
1261 | default 0 | ||
1262 | prompt "Backup Register Number" | ||
1263 | depends on RTC_DRV_AT91SAM9 | ||
1264 | help | ||
1265 | This option is only relevant for legacy board support and | ||
1266 | won't be used when booting a DT board. | ||
1267 | |||
1268 | The RTC driver needs to use one of the General Purpose Backup | ||
1269 | Registers (GPBRs) as well as the RTT. You can choose which one | ||
1270 | will be used. The default of zero is normally OK to use, but | ||
1271 | on some systems other software needs to use that register. | ||
1272 | |||
1273 | config RTC_DRV_AU1XXX | 1245 | config RTC_DRV_AU1XXX |
1274 | tristate "Au1xxx Counter0 RTC support" | 1246 | tristate "Au1xxx Counter0 RTC support" |
1275 | depends on MIPS_ALCHEMY | 1247 | depends on MIPS_ALCHEMY |