* [PATCH] geodefb: Depend on X86_32
@ 2013-03-31 13:04 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2013-03-31 13:04 UTC (permalink / raw)
To: linux-fbdev
From: Jeff Mahoney <jeffm@suse.com>
Geode is 32-bit only so only enable it for X86_32.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
---
We have this patch in the Suse kernel tree for almost a year, it would
be great if it could finally make it upstream.
drivers/video/geode/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/video/geode/Kconfig
+++ b/drivers/video/geode/Kconfig
@@ -3,7 +3,7 @@
#
config FB_GEODE
bool "AMD Geode family framebuffer support"
- depends on FB && PCI && X86
+ depends on FB && PCI && X86_32
---help---
Say 'Y' here to allow you to select framebuffer drivers for
the AMD Geode family of processors.
--
Jean Delvare
Suse L3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-31 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 13:04 [PATCH] geodefb: Depend on X86_32 Jean Delvare
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).