public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86_64: Display HPET timer option
@ 2005-12-01 19:44 Zwane Mwaikambo
  2005-12-01 19:50 ` Linus Torvalds
  0 siblings, 1 reply; 13+ messages in thread
From: Zwane Mwaikambo @ 2005-12-01 19:44 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Andrew Morton, Andi Kleen

Currently the HPET timer option isn't visible in menuconfig.

Signed-off-by: Zwane Mwaikambo <zwane@arm.linux.org.uk>

diff -r f425e4d22fe8 arch/x86_64/Kconfig
--- a/arch/x86_64/Kconfig	Fri Dec  2 03:00:04 2005
+++ b/arch/x86_64/Kconfig	Thu Dec  1 11:41:06 2005
@@ -317,7 +317,7 @@
 
 
 config HPET_TIMER
-	bool
+	bool "HPET timer"
 	default y
 	help
 	  Use the IA-PC HPET (High Precision Event Timer) to manage
@@ -326,6 +326,10 @@
 	  systems, unlike the TSC, but it is more expensive to access,
 	  as it is off-chip.  You can find the HPET spec at
 	  <http://www.intel.com/hardwaredesign/hpetspec.htm>.
+
+config HPET_EMULATE_RTC
+	bool "HPET provides RTC interrupt"
+	depends on HPET_TIMER && RTC=y
 
 config X86_PM_TIMER
 	bool "PM timer"
@@ -342,10 +346,6 @@
 	  The kernel selects the PM timer only as a last resort, so it is
 	  useful to enable just in case.
 
-config HPET_EMULATE_RTC
-	bool "Provide RTC interrupt"
-	depends on HPET_TIMER && RTC=y
-
 config GART_IOMMU
 	bool "IOMMU support"
 	default y

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-12-09 19:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 19:44 [PATCH] x86_64: Display HPET timer option Zwane Mwaikambo
2005-12-01 19:50 ` Linus Torvalds
2005-12-01 19:53   ` Andi Kleen
2005-12-01 20:30   ` Zwane Mwaikambo
2005-12-01 20:43     ` Andi Kleen
2005-12-01 21:06       ` Erwin Rol
2005-12-01 21:18         ` Andi Kleen
2005-12-08 13:53           ` Erwin Rol
2005-12-08 14:58           ` Erwin Rol
2005-12-08 15:23           ` Erwin Rol
2005-12-09 19:56           ` Erwin Rol
2005-12-01 23:13       ` Zwane Mwaikambo
2005-12-01 20:51     ` Zwane Mwaikambo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox