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)) 871c53e19SRandy 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 32*c3a28bf5SThomas Zimmermann select FB_IOMEM_HELPERS 330ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 34a7f7f624SMasahiro Yamada help 35f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 36f7018c21STomi Valkeinen AMD Geode GX processors. 37f7018c21STomi Valkeinen 38f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 39f7018c21STomi Valkeinen called gxfb. 40f7018c21STomi Valkeinen 41f7018c21STomi Valkeinen If unsure, say N. 42f7018c21STomi Valkeinen 43f7018c21STomi Valkeinenconfig FB_GEODE_GX1 44f7018c21STomi Valkeinen tristate "AMD Geode GX1 framebuffer support" 45f7018c21STomi Valkeinen depends on FB && FB_GEODE 46c0b63034SThomas Zimmermann select FB_IOMEM_HELPERS 470ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 48a7f7f624SMasahiro Yamada help 49f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 50f7018c21STomi Valkeinen AMD Geode GX1 processor. 51f7018c21STomi Valkeinen 52f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 53f7018c21STomi Valkeinen called gx1fb. 54f7018c21STomi Valkeinen 55f7018c21STomi Valkeinen If unsure, say N. 56