diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 10:34:08 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-26 10:42:05 -0500 |
commit | ee72f18b3465c4d159a49413f3c614c21be25cbe (patch) | |
tree | 095380f9c7c084082e2c3e56042f2d091ab58c79 /drivers/rtc | |
parent | e152015b27e5ae2dbff0773942924b3eb71bdb74 (diff) |
ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for drivers
The precise selection is useless, so we simply remove these dependencies.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index aa96e375915d..0b704889bf91 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1110,7 +1110,7 @@ config RTC_DRV_AT91RM9200 | |||
1110 | 1110 | ||
1111 | config RTC_DRV_AT91SAM9 | 1111 | config RTC_DRV_AT91SAM9 |
1112 | tristate "AT91SAM9x/AT91CAP9 RTT as RTC" | 1112 | tristate "AT91SAM9x/AT91CAP9 RTT as RTC" |
1113 | depends on ARCH_AT91 && !ARCH_AT91RM9200 | 1113 | depends on ARCH_AT91 |
1114 | help | 1114 | help |
1115 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT | 1115 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT |
1116 | (Real Time Timer). These timers are powered by the backup power | 1116 | (Real Time Timer). These timers are powered by the backup power |