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>
This commit is contained in:
parent
5057c98a42
commit
f5d3f30d0a
|
@ -765,7 +765,7 @@ config JS_RTC
|
||||||
|
|
||||||
config SGI_DS1286
|
config SGI_DS1286
|
||||||
tristate "SGI DS1286 RTC support"
|
tristate "SGI DS1286 RTC support"
|
||||||
depends on SGI_IP22
|
depends on SGI_HAS_DS1286
|
||||||
help
|
help
|
||||||
If you say Y here and create a character special file /dev/rtc with
|
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
|
major number 10 and minor number 135 using mknod ("man mknod"), you
|
||||||
|
|
Loading…
Reference in New Issue