From: Ben Hutchings Date: Mon, 19 Jul 2010 23:40:16 +0000 (+0100) Subject: viafb: Depends on X86 X-Git-Tag: v2.6.36-rc1~486^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=901b97d7b7ca9512ebb5d358df4ba6f8031f32cd viafb: Depends on X86 VIA UniChrome and Chrome9 GPUs only exist as Integrated Graphics Processors in x86 chipsets. Signed-off-by: Ben Hutchings Signed-off-by: Florian Tobias Schandinat --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3d94a1471724..162a0b7ee4c2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1505,7 +1505,7 @@ config FB_SIS_315 config FB_VIA tristate "VIA UniChrome (Pro) and Chrome9 display support" - depends on FB && PCI + depends on FB && PCI && X86 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT