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)) 8a7f7f624SMasahiro Yamada help 9f7018c21STomi Valkeinen Say 'Y' here to allow you to select framebuffer drivers for 10f7018c21STomi Valkeinen the AMD Geode family of processors. 11f7018c21STomi Valkeinen 12f7018c21STomi Valkeinenconfig FB_GEODE_LX 13f7018c21STomi Valkeinen tristate "AMD Geode LX framebuffer support" 14f7018c21STomi Valkeinen depends on FB && FB_GEODE 15f7018c21STomi Valkeinen select FB_CFB_FILLRECT 16f7018c21STomi Valkeinen select FB_CFB_COPYAREA 17f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 18*0ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 19a7f7f624SMasahiro Yamada help 20f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 21f7018c21STomi Valkeinen AMD Geode LX processors. 22f7018c21STomi Valkeinen 23f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will 24f7018c21STomi Valkeinen be called lxfb. 25f7018c21STomi Valkeinen 26f7018c21STomi Valkeinen If unsure, say N. 27f7018c21STomi Valkeinen 28f7018c21STomi Valkeinenconfig FB_GEODE_GX 29f7018c21STomi Valkeinen tristate "AMD Geode GX framebuffer support" 30f7018c21STomi Valkeinen depends on FB && FB_GEODE 31f7018c21STomi Valkeinen select FB_CFB_FILLRECT 32f7018c21STomi Valkeinen select FB_CFB_COPYAREA 33f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 34*0ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 35a7f7f624SMasahiro Yamada help 36f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 37f7018c21STomi Valkeinen AMD Geode GX processors. 38f7018c21STomi Valkeinen 39f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 40f7018c21STomi Valkeinen called gxfb. 41f7018c21STomi Valkeinen 42f7018c21STomi Valkeinen If unsure, say N. 43f7018c21STomi Valkeinen 44f7018c21STomi Valkeinenconfig FB_GEODE_GX1 45f7018c21STomi Valkeinen tristate "AMD Geode GX1 framebuffer support" 46f7018c21STomi Valkeinen depends on FB && FB_GEODE 47f7018c21STomi Valkeinen select FB_CFB_FILLRECT 48f7018c21STomi Valkeinen select FB_CFB_COPYAREA 49f7018c21STomi Valkeinen select FB_CFB_IMAGEBLIT 50*0ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 51a7f7f624SMasahiro Yamada help 52f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 53f7018c21STomi Valkeinen AMD Geode GX1 processor. 54f7018c21STomi Valkeinen 55f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 56f7018c21STomi Valkeinen called gx1fb. 57f7018c21STomi Valkeinen 58f7018c21STomi Valkeinen If unsure, say N. 59