diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-04 08:59:24 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 09:24:02 -0500 |
commit | 9cb0a36e0e894d7c6de9a21ed23256cf61a44878 (patch) | |
tree | 96906b01aa5c1404d68d0af946aaff8e2f7e624d | |
parent | a4d1ca3425df99918a6c8af45a660c62687e2ced (diff) |
rtc: at91/Kconfig: remove useless options
As we removed all the !DT boards during 3.19 cycle, we can now remove these
options.
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-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 |