From: Kenji K. <kan...@jp...> - 2005-12-21 03:25:18
|
Hi, This is the resend of the patch I posted before at http://sourceforge.net/mailarchive/message.php?msg_id=14090410 Please apply. Thanks, Kenji Kaneshige This patch removes "depends on X86" from config ACPI_EC. With this patch, ACPI EC driver will be built also on x86_64 and ia64. Signed-off-by: Kenji Kaneshige <kan...@jp...> drivers/acpi/Kconfig | 1 - 1 files changed, 1 deletion(-) Index: linux-2.6.15-rc6/drivers/acpi/Kconfig =================================================================== --- linux-2.6.15-rc6.orig/drivers/acpi/Kconfig +++ linux-2.6.15-rc6/drivers/acpi/Kconfig @@ -269,7 +269,6 @@ config ACPI_DEBUG config ACPI_EC bool - depends on X86 default y help This driver is required on some systems for the proper operation of |