From: Jeff Mahoney <[email protected]> Geode is 32-bit only so only enable it for X86_32.
Signed-off-by: Jeff Mahoney <[email protected]> Signed-off-by: Jiri Slaby <[email protected]> Cc: Florian Tobias Schandinat <[email protected]> Cc: [email protected] Cc: [email protected] --- drivers/video/geode/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/geode/Kconfig b/drivers/video/geode/Kconfig index 21e351a..7d8dcb4 100644 --- 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. -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

