From: Henrique de Moraes Holschuh Date: Sat, 26 Apr 2008 04:02:29 +0000 (-0300) Subject: ACPI: thinkpad-acpi: fix selects in Kconfig X-Git-Tag: v2.6.26-rc1~101^2~1^12~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6cb5630a5994f58c3cf620d0f6d71ff626229d;p=pandora-kernel.git ACPI: thinkpad-acpi: fix selects in Kconfig Add missing select for BACKLIGHT_LCD_SUPPORT, as select doesn't select the dependencies of a symbol for us. Also, "select INPUT" in Kconfig. We are not an Input device, nor are we anywhere close to the input subsystem in the Kconfig tree, so using "depends on INPUT" is not user-friendly at all. Signed-off-by: Henrique de Moraes Holschuh Signed-off-by: Len Brown --- Reading git-diff-tree failed