Skip to content

Commit

Permalink
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Bogendoerfer authored and Linus Torvalds committed Feb 6, 2008
1 parent 5057c98 commit f5d3f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ config JS_RTC

config SGI_DS1286
tristate "SGI DS1286 RTC support"
depends on SGI_IP22
depends on SGI_HAS_DS1286
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
Expand Down

0 comments on commit f5d3f30

Please sign in to comment.