diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-17 19:26:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-18 16:03:43 -0400 |
commit | 7bfa58dd4ac8b07b28d4d48780fd44ee6215562b (patch) | |
tree | db2610c89f52282dd86dbd3f45498847a94c03ee /drivers/char/Kconfig | |
parent | 014b6e90a38a8e7e0bfeb2ef47608559ccdd61fa (diff) |
drivers/char/rtc: disable legacy RTC driver on Blackfin systems
Blackfin platforms do not support the hardware which this driver drives.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: David Brownell <david-b@pacbell.net>
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>
Diffstat (limited to 'drivers/char/Kconfig')
-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 30bae6de6a0d..0bd01f49cfd8 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -807,7 +807,7 @@ if RTC_LIB=n | |||
807 | config RTC | 807 | config RTC |
808 | tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)" | 808 | tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)" |
809 | depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \ | 809 | depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \ |
810 | && !ARM && !SUPERH && !S390 && !AVR32 | 810 | && !ARM && !SUPERH && !S390 && !AVR32 && !BLACKFIN |
811 | ---help--- | 811 | ---help--- |
812 | If you say Y here and create a character special file /dev/rtc with | 812 | If you say Y here and create a character special file /dev/rtc with |
813 | major number 10 and minor number 135 using mknod ("man mknod"), you | 813 | major number 10 and minor number 135 using mknod ("man mknod"), you |