Commit c066332f authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] loosen dependancy on rtc cmos

This option is useful for all of the X86 subarchs afaik (and especially
X86_GENERICARCH).
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Acked-by: default avatarDavid Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 30430134
...@@ -101,7 +101,7 @@ comment "RTC drivers" ...@@ -101,7 +101,7 @@ comment "RTC drivers"
config RTC_DRV_CMOS config RTC_DRV_CMOS
tristate "PC-style 'CMOS' real time clock" tristate "PC-style 'CMOS' real time clock"
depends on RTC_CLASS && (X86_PC || ALPHA || ARM26 || ARM \ depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
|| M32R || ATARI || POWERPC) || M32R || ATARI || POWERPC)
help help
Say "yes" here to get direct support for the real time clock Say "yes" here to get direct support for the real time clock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment