* [PATCH] viafb: Depends on X86
@ 2010-07-19 23:40 Ben Hutchings
2010-07-20 0:14 ` Florian Tobias Schandinat
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2010-07-19 23:40 UTC (permalink / raw)
To: linux-fbdev
VIA UniChrome and Chrome9 GPUs only exist as Integrated Graphics
Processors in x86 chipsets.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/video/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3d94a14..162a0b7 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
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] viafb: Depends on X86
2010-07-19 23:40 [PATCH] viafb: Depends on X86 Ben Hutchings
@ 2010-07-20 0:14 ` Florian Tobias Schandinat
0 siblings, 0 replies; 2+ messages in thread
From: Florian Tobias Schandinat @ 2010-07-20 0:14 UTC (permalink / raw)
To: linux-fbdev
Ben Hutchings schrieb:
> VIA UniChrome and Chrome9 GPUs only exist as Integrated Graphics
> Processors in x86 chipsets.
>
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thanks,
Florian Tobias Schandinat
> ---
> drivers/video/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index 3d94a14..162a0b7 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-20 0:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 23:40 [PATCH] viafb: Depends on X86 Ben Hutchings
2010-07-20 0:14 ` Florian Tobias Schandinat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).