diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-06 17:42:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:23 -0500 |
commit | 103d6d9170e3ecd9cefee9406bf928e1fcc45cc5 (patch) | |
tree | e180ea788fbb56b35eaeefcf1339f6d1a037e04e /drivers/char | |
parent | bae8ec66554b27967f057a4b7888b09481ff1b8b (diff) |
genrtc: disable genrtc on Blackfin systems
Blackfin platforms do not support the hardware which this driver drives.
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 1697043119bd..35914b6e1d2a 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -841,7 +841,7 @@ config JS_RTC | |||
841 | 841 | ||
842 | config GEN_RTC | 842 | config GEN_RTC |
843 | tristate "Generic /dev/rtc emulation" | 843 | tristate "Generic /dev/rtc emulation" |
844 | depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 | 844 | depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 && !BLACKFIN |
845 | ---help--- | 845 | ---help--- |
846 | If you say Y here and create a character special file /dev/rtc with | 846 | If you say Y here and create a character special file /dev/rtc with |
847 | major number 10 and minor number 135 using mknod ("man mknod"), you | 847 | major number 10 and minor number 135 using mknod ("man mknod"), you |