From: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
To: Len Brown <len.brown@intel.com>
Cc: linux acpi <linux-acpi@vger.kernel.org>,
Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Subject: acpi-test tree build failure
Date: Sat, 11 Oct 2008 10:47:09 +0100 [thread overview]
Message-ID: <48F0761D.9060209@tuffmail.co.uk> (raw)
I tried acpi-test to see how it works on my EeePC (with the nasty EC),
but the build fails, complaining about a non-existent file...
$ make ARCH=i386 oldconfig
scripts/kconfig/conf -o arch/x86/Kconfig
arch/x86/Kconfig:1539: can't open file "drivers/idle/Kconfig"
make[1]: *** [oldconfig] Error 1
make: *** [oldconfig] Error 2
I can see where the reference to drivers/idle was added, so I've
reverted it locally. I hope I'm not looking at the wrong tree or
something :-).
Ta,
Alan
commit e8b529091b2ab65f5a4783e292c2b472e309116e
Author: Venki Pallipadi <venkatesh.pallipadi@intel.com>
Date: Thu Oct 9 11:45:22 2008 -0700
i7300_idle driver v1.55
The Intel 7300 Memory Controller supports dynamic throttling of
memory which can
be used to save power when system is idle. This driver does the memory
throttling when all CPUs are idle on such a system.
Refer to "Intel 7300 Memory Controller Hub (MCH)" datasheet
for the config space description.
Signed-off-by: Andy Henroid <andrew.d.henroid@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ed92864..19cdfe1 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1536,6 +1536,8 @@ source "arch/x86/kernel/cpu/cpufreq/Kconfig"
source "drivers/cpuidle/Kconfig"
+source "drivers/idle/Kconfig"
+
endmenu
next reply other threads:[~2008-10-11 9:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-11 9:47 Alan Jenkins [this message]
2008-10-16 15:34 ` acpi-test tree build failure Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48F0761D.9060209@tuffmail.co.uk \
--to=alan-jenkins@tuffmail.co.uk \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=venkatesh.pallipadi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.