From: Jeff Mahoney <jeffm@xxxxxxxx> Geode is 32-bit only so only enable it for X86_32. Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx> Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html