]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: make HPET_RTC_IRQ track HPET_EMULATE_RTC
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 12 Jun 2008 22:21:55 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jun 2008 01:05:42 +0000 (18:05 -0700)
commitbb02d7d932c82a96d46e3ae0590cf8122fed0c4d
treea6a50e2f3a0150dafcf55aa458b69c4359cdf4f8
parentda01dc4bcca69a7e27229a519acad8f200e17bfa
rtc: make HPET_RTC_IRQ track HPET_EMULATE_RTC

More Kconfig tweaks related to the legacy PC RTC code:

 - Describe the legacy PC RTC driver as such ... it's never quite
   been clear that this driver is for PC RTCs, and now it's fair
   to call this the "legacy" driver.

 - Force it to understand about HPET stealing its IRQs ... kernel
   code does this always when HPET is in use, there should be no
   option for users to goof up the config.

This seems to fix kernel bugzilla #10729.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/Kconfig