Len, One more one line patch. Thanks, Venki Repair the config option for I7300_IDLE. The menu will now only show up when applicable. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx> --- drivers/idle/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/idle/Kconfig =================================================================== --- linux-2.6.orig/drivers/idle/Kconfig 2008-10-24 09:06:00.000000000 -0700 +++ linux-2.6/drivers/idle/Kconfig 2008-10-24 10:48:09.000000000 -0700 @@ -1,5 +1,6 @@ menu "Memory power savings" +depends on X86_64 config I7300_IDLE_IOAT_CHANNEL bool @@ -7,7 +8,6 @@ config I7300_IDLE_IOAT_CHANNEL config I7300_IDLE tristate "Intel chipset idle power saving driver" select I7300_IDLE_IOAT_CHANNEL - depends on X86_64 help Enable idle power savings with certain Intel server chipsets. The chipset must have I/O AT support, such as the Intel 7300. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html