diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
commit | b17530bda22e7ffbf08f7a8a50743256b1672f6a (patch) | |
tree | 061c081e68d8dc6f7326d45bca97997b337efe27 /Documentation/kernel-parameters.txt | |
parent | 764922376ca39085e217656af6784a3377d98566 (diff) |
x86: add force_hpet boot option
add force_hpet boot option.
(this will be useful to make the forced-enable quirks depend on.)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 189df0bcab99..c6859b94aaa7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -431,8 +431,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
431 | over the 8254 in addition to over the IO-APIC. The | 431 | over the 8254 in addition to over the IO-APIC. The |
432 | kernel tries to set a sensible default. | 432 | kernel tries to set a sensible default. |
433 | 433 | ||
434 | hpet= [X86-32,HPET] option to disable HPET and use PIT. | 434 | hpet= [X86-32,HPET] option to control HPET usage |
435 | Format: disable | 435 | Format: { enable (default) | disable | force } |
436 | disable: disable HPET and use PIT instead | ||
437 | force: allow force enabled of undocumented chips (ICH4, VIA) | ||
436 | 438 | ||
437 | com20020= [HW,NET] ARCnet - COM20020 chipset | 439 | com20020= [HW,NET] ARCnet - COM20020 chipset |
438 | Format: | 440 | Format: |