From: Robert Picco <Robert.Picco@hp.com>


Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/i386/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/i386/Kconfig~hpet-kconfig-loop-fix arch/i386/Kconfig
--- 25/arch/i386/Kconfig~hpet-kconfig-loop-fix	Thu Jun 10 13:52:57 2004
+++ 25-akpm/arch/i386/Kconfig	Thu Jun 10 13:52:57 2004
@@ -436,8 +436,8 @@ config HPET_TIMER
 	  Choose N to continue using the legacy 8254 timer.
 
 config HPET_EMULATE_RTC
-	def_bool HPET_TIMER && RTC=y
-	depends on !HPET_RTC_IRQ
+	bool "Provide RTC interrupt"
+	depends on HPET_TIMER && RTC
 
 config SMP
 	bool "Symmetric multi-processing support"
_