projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9166f
)
Blackfin RTC Driver: BF561 not have on-chip RTC
author
Graf Yang
<graf.yang@analog.com>
Wed, 20 Aug 2008 21:09:02 +0000
(14:09 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 20 Aug 2008 22:40:30 +0000
(15:40 -0700)
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/Kconfig
b/drivers/rtc/Kconfig
index 90ab73825401a0b5f4c0b7de15c5ff755a4edb7d..9a9755c92fada3268f03f69ee7270964bf322818 100644
(file)
--- 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.