diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-03-15 14:38:09 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-04-16 12:47:17 +0200 |
commit | 938f970eb23d40dba49d7b14b774ed7ae7ec974a (patch) | |
tree | b5e0d8f7d238eecdc0fcc7414f7803d573b5075e /drivers/rtc | |
parent | ff65e398f3e3d1ee38a6b23d5a9f8e2fd950be49 (diff) | |
download | linux-938f970eb23d40dba49d7b14b774ed7ae7ec974a.tar.gz linux-938f970eb23d40dba49d7b14b774ed7ae7ec974a.tar.bz2 linux-938f970eb23d40dba49d7b14b774ed7ae7ec974a.zip |
rtc: Kconfig: remove dependency for AT91 rtc driver
This will allow to select this driver for newer SoCs.
Keep dependency on AT91 because of the use of an header
file located in include/mach directory.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.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 8c8377d50c4c..4161bfe462cd 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -838,7 +838,7 @@ config RTC_DRV_AT32AP700X config RTC_DRV_AT91RM9200 tristate "AT91RM9200 or some AT91SAM9 RTC" - depends on ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 + depends on ARCH_AT91 help Driver for the internal RTC (Realtime Clock) module found on Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips |