From: Alan Cox Date: Mon, 11 Jul 2011 18:41:24 +0000 (+0100) Subject: gma500: Fix dependencies X-Git-Tag: v3.1-rc1~232^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=66dca5178c70b7bb5ae1761e175569eac8708e1e gma500: Fix dependencies ACPI Video is used by GMA500 so we need to depend upon it Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gma500/Kconfig b/drivers/staging/gma500/Kconfig index bfe2166acda6..6f19fb7f22ed 100644 --- a/drivers/staging/gma500/Kconfig +++ b/drivers/staging/gma500/Kconfig @@ -1,6 +1,6 @@ config DRM_PSB tristate "Intel GMA5/600 KMS Framebuffer" - depends on DRM && PCI && X86 + depends on DRM && PCI && X86 && ACPI_VIDEO select FB_CFB_COPYAREA select FB_CFB_FILLRECT select FB_CFB_IMAGEBLIT