From: Ben Hutchings Date: Sat, 25 Dec 2010 16:17:32 +0000 (+0000) Subject: drm/nouveau: Only select ACPI_VIDEO if its dependencies are met X-Git-Tag: v2.6.38-rc1~419^2~4^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42988012ad9c1807b7c7a5ff855cd630094989b;p=pandora-kernel.git drm/nouveau: Only select ACPI_VIDEO if its dependencies are met CONFIG_ACPI_VIDEO depends on more than just CONFIG_ACPI, so add those dependencies to the Kconfig select condition. The case where some dependencies fail to be satisfied should be handled correctly, because in that case the ACPI_VIDEO symbols we use are converted into static-inline stubs. Signed-off-by: Ben Hutchings Signed-off-by: Francisco Jerez Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed