CONFIG_HPET_TIMER requires CONFIG_HPET Signed-off-by: Andrew Morton --- 25-akpm/arch/i386/Kconfig | 1 + 25-akpm/arch/x86_64/Kconfig | 1 + 2 files changed, 2 insertions(+) diff -puN arch/x86_64/Kconfig~hpet-dependency-fix arch/x86_64/Kconfig --- 25/arch/x86_64/Kconfig~hpet-dependency-fix Thu Oct 7 14:38:35 2004 +++ 25-akpm/arch/x86_64/Kconfig Thu Oct 7 14:38:50 2004 @@ -60,6 +60,7 @@ config EARLY_PRINTK config HPET_TIMER bool + depends on HPET default y help Use the IA-PC HPET (High Precision Event Timer) to manage diff -puN arch/i386/Kconfig~hpet-dependency-fix arch/i386/Kconfig --- 25/arch/i386/Kconfig~hpet-dependency-fix Thu Oct 7 14:39:03 2004 +++ 25-akpm/arch/i386/Kconfig Thu Oct 7 14:39:13 2004 @@ -429,6 +429,7 @@ config X86_OOSTORE config HPET_TIMER bool "HPET Timer Support" + depends on HPET help This enables the use of the HPET for the kernel's internal timer. HPET is the next generation timer replacing legacy 8254s. _