projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae8ec6
)
genrtc: disable genrtc on Blackfin systems
author
Mike Frysinger
<
[email protected]
>
Tue, 6 Jan 2009 22:42:10 +0000
(14:42 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Jan 2009 23:59:23 +0000
(15:59 -0800)
Blackfin platforms do not support the hardware which this driver drives.
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Acked-by: Alessandro Zummo <
[email protected]
>
Cc: David Brownell <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index 1697043119bd27084024b1dd57996f71561ce4a1..35914b6e1d2aee32ddf29dc63b14a6d09e8298e8 100644
(file)
--- a/
drivers/char/Kconfig
+++ b/
drivers/char/Kconfig
@@
-841,7
+841,7
@@
config JS_RTC
config GEN_RTC
tristate "Generic /dev/rtc emulation"
- depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32
+ depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32
&& !BLACKFIN
---help---
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you