From 9a7331f6251ffa4261a5547be0f801274834f96d Mon Sep 17 00:00:00 2001 From: fake Date: Thu, 13 Jul 2006 14:50:11 +0000 Subject: [PATCH] fake: x86/kernel.conf.sh: enable CONFIG_CPU_FREQ untested / correct option this time. [2006071222592215960] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7733 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/x86/kernel.conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/architecture/x86/kernel.conf.sh b/architecture/x86/kernel.conf.sh index 95b699215..b2fdb9284 100644 --- a/architecture/x86/kernel.conf.sh +++ b/architecture/x86/kernel.conf.sh @@ -69,6 +69,7 @@ dnl CONFIG_RTC=y CONFIG_INPUT_JOYSTICK=y + CONFIG_CPU_FREQ=y include(`kernel-common.conf') include(`kernel-scsi.conf')