diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-02-06 04:37:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:06 -0500 |
commit | f5d3f30d0a1f94b3a60c34fb2e10d7ffc936804c (patch) | |
tree | 71cdc39ea765789d2b4ec232b0f6a6259beda88e /drivers/char/Kconfig | |
parent | 5057c98a422d009ba644b55448601a3c4e27a50d (diff) |
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
Use SGI_HAS_DS1286 for SGI_DS1286 depends
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
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 eb5687beea91..85bf9b2aa74a 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -765,7 +765,7 @@ config JS_RTC | |||
765 | 765 | ||
766 | config SGI_DS1286 | 766 | config SGI_DS1286 |
767 | tristate "SGI DS1286 RTC support" | 767 | tristate "SGI DS1286 RTC support" |
768 | depends on SGI_IP22 | 768 | depends on SGI_HAS_DS1286 |
769 | help | 769 | help |
770 | If you say Y here and create a character special file /dev/rtc with | 770 | If you say Y here and create a character special file /dev/rtc with |
771 | major number 10 and minor number 135 using mknod ("man mknod"), you | 771 | major number 10 and minor number 135 using mknod ("man mknod"), you |