2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Thadeu Lima de Souza Cascardo <[email protected]> [ upstream commit f35843ed8d17562f7c5da4b34a4a81b0cc450e9e ] Randy Dunlap has reported that building classmate-laptop fails when CONFIG_RFKILL=m and CONFIG_ACPI_CMPC=y. He suggested depending on RFKILL, but, then, it will not be possible to select classmate-laptop when RFKILL is off. There's no known problem with building and using classmate-laptop with RFKILL off. So depend on RFKILL or RFKILL=n. Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]> Signed-off-by: Matthew Garrett <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Reported-by: Randy Dunlap <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: [email protected] Cc: Daniel Oliveira Nascimento <[email protected]> --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.35.y/drivers/platform/x86/Kconfig =================================================================== --- linux-2.6.35.y.orig/drivers/platform/x86/Kconfig 2011-03-29 23:03:58.646799545 -0700 +++ linux-2.6.35.y/drivers/platform/x86/Kconfig 2011-03-29 23:04:02.297706128 -0700 @@ -520,6 +520,7 @@ config ACPI_CMPC tristate "CMPC Laptop Extras" depends on X86 && ACPI + depends on RFKILL || RFKILL=n select INPUT select BACKLIGHT_CLASS_DEVICE default n _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
