1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2f7018c21STomi Valkeinen# 3f7018c21STomi Valkeinen# Geode family framebuffer configuration 4f7018c21STomi Valkeinen# 5f7018c21STomi Valkeinenconfig FB_GEODE 6f7018c21STomi Valkeinen bool "AMD Geode family framebuffer support" 7f7018c21STomi Valkeinen depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST)) 8*71c53e19SRandy Dunlap depends on !UML 9a7f7f624SMasahiro Yamada help 10f7018c21STomi Valkeinen Say 'Y' here to allow you to select framebuffer drivers for 11f7018c21STomi Valkeinen the AMD Geode family of processors. 12f7018c21STomi Valkeinen 13f7018c21STomi Valkeinenconfig FB_GEODE_LX 14f7018c21STomi Valkeinen tristate "AMD Geode LX framebuffer support" 15f7018c21STomi Valkeinen depends on FB && FB_GEODE 16f7018c21STomi Valkeinen select FB_CFB_FILLRECT 17f7018c21STomi Valkeinen select FB_CFB_COPYAREA 18f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 190ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 20a7f7f624SMasahiro Yamada help 21f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 22f7018c21STomi Valkeinen AMD Geode LX processors. 23f7018c21STomi Valkeinen 24f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will 25f7018c21STomi Valkeinen be called lxfb. 26f7018c21STomi Valkeinen 27f7018c21STomi Valkeinen If unsure, say N. 28f7018c21STomi Valkeinen 29f7018c21STomi Valkeinenconfig FB_GEODE_GX 30f7018c21STomi Valkeinen tristate "AMD Geode GX framebuffer support" 31f7018c21STomi Valkeinen depends on FB && FB_GEODE 32f7018c21STomi Valkeinen select FB_CFB_FILLRECT 33f7018c21STomi Valkeinen select FB_CFB_COPYAREA 34f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 350ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 36a7f7f624SMasahiro Yamada help 37f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 38f7018c21STomi Valkeinen AMD Geode GX processors. 39f7018c21STomi Valkeinen 40f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 41f7018c21STomi Valkeinen called gxfb. 42f7018c21STomi Valkeinen 43f7018c21STomi Valkeinen If unsure, say N. 44f7018c21STomi Valkeinen 45f7018c21STomi Valkeinenconfig FB_GEODE_GX1 46f7018c21STomi Valkeinen tristate "AMD Geode GX1 framebuffer support" 47f7018c21STomi Valkeinen depends on FB && FB_GEODE 48f7018c21STomi Valkeinen select FB_CFB_FILLRECT 49f7018c21STomi Valkeinen select FB_CFB_COPYAREA 50f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 510ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 52a7f7f624SMasahiro Yamada help 53f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 54f7018c21STomi Valkeinen AMD Geode GX1 processor. 55f7018c21STomi Valkeinen 56f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 57f7018c21STomi Valkeinen called gx1fb. 58f7018c21STomi Valkeinen 59f7018c21STomi Valkeinen If unsure, say N. 60