Re: [PATCH] platform/x86: Fix recursive Kconfig dependency

From: Peter Hüwe
Date: Wed Dec 15 2010 - 15:35:54 EST


Am Donnerstag 09 Dezember 2010, 00:29:30 schrieb Peter Huewe:
> This patch removes a recursive dependency which causes a build failure
> [1-3] by changing the ASUS_WMI from select ACPI_WMI to depend on
> ACPI_WMI as most other _WMI config options do.
>
> Signed-off-by: Peter Huewe <peterhuewe@xxxxxx>
> ---
> Error Message:
> drivers/platform/x86/Kconfig:422:error: recursive dependency detected!
> drivers/platform/x86/Kconfig:422: symbol EEEPC_WMI depends on ACPI_WMI
> drivers/platform/x86/Kconfig:438: symbol ACPI_WMI is selected by ACER_WMI
> drivers/platform/x86/Kconfig:18: symbol ACER_WMI depends on LEDS_CLASS
> drivers/leds/Kconfig:10: symbol LEDS_CLASS is selected by EEEPC_WMI
>
>
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/3607123/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/3607218/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/3607139/
>
> KernelVersion: linux-next-20101208
>


Ping - Any updates yet ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/