From: Graf Yang Date: Wed, 20 Aug 2008 21:09:02 +0000 (-0700) Subject: Blackfin RTC Driver: BF561 not have on-chip RTC X-Git-Tag: v2.6.27-rc4~20 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7f60459921bd24e86b21e07c42244c510b4f46b2;p=linux-2.6-omap-h63xx.git Blackfin RTC Driver: BF561 not have on-chip RTC Signed-off-by: Graf Yang Signed-off-by: Bryan Wu Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 90ab7382540..9a9755c92fa 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -561,7 +561,7 @@ config RTC_DRV_AT91SAM9_GPBR config RTC_DRV_BFIN tristate "Blackfin On-Chip RTC" - depends on BLACKFIN + depends on BLACKFIN && !BF561 help If you say yes here you will get support for the Blackfin On-Chip Real Time Clock.