Re: [PATCH] viafb: Depends on X86

2010-07-19 Thread Florian Tobias Schandinat

Ben Hutchings schrieb:

VIA UniChrome and Chrome9 GPUs only exist as Integrated Graphics
Processors in x86 chipsets.

Signed-off-by: Ben Hutchings 


Acked-by: Florian Tobias Schandinat 


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



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c44ea5d.4010...@gmx.de



Re: [PATCH] viafb: Add transitive dependencies via gpiolib

2010-07-14 Thread Florian Tobias Schandinat

Ben Hutchings schrieb:

On Wed, 2010-07-14 at 09:35 +1000, Dave Airlie wrote:

On Wed, Jul 14, 2010 at 9:30 AM, Ben Hutchings  wrote:

FB_VIA now selects GPIOLIB, but that is not available on all
architectures.  Change FB_VIA dependencies to include GPIOLIB
dependencies.

If you can find a via chipset on anything not x86 I'd be impressed.


If it's really restricted to x86 then that should be added to its
dependencies instead.


True.
The new VIA ARM tablets aside I don't know anything non-x86 from VIA.
And even if there exists anything non-x86 that includes these IGPs I 
really doubt that the driver is close to supporting it. Hell I do even 
wonder whether it works well on 64 bit but unless there are bug reports 
that's nothing I worry about.



Regards,

Florian Tobias Schandinat


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c3e1171.9060...@gmx.de