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 16*a41410a0SThomas Zimmermann select FB_IOMEM_HELPERS 170ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 18a7f7f624SMasahiro Yamada help 19f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 20f7018c21STomi Valkeinen AMD Geode LX processors. 21f7018c21STomi Valkeinen 22f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will 23f7018c21STomi Valkeinen be called lxfb. 24f7018c21STomi Valkeinen 25f7018c21STomi Valkeinen If unsure, say N. 26f7018c21STomi Valkeinen 27f7018c21STomi Valkeinenconfig FB_GEODE_GX 28f7018c21STomi Valkeinen tristate "AMD Geode GX framebuffer support" 29f7018c21STomi Valkeinen depends on FB && FB_GEODE 30c3a28bf5SThomas Zimmermann select FB_IOMEM_HELPERS 310ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 32a7f7f624SMasahiro Yamada help 33f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 34f7018c21STomi Valkeinen AMD Geode GX processors. 35f7018c21STomi Valkeinen 36f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 37f7018c21STomi Valkeinen called gxfb. 38f7018c21STomi Valkeinen 39f7018c21STomi Valkeinen If unsure, say N. 40f7018c21STomi Valkeinen 41f7018c21STomi Valkeinenconfig FB_GEODE_GX1 42f7018c21STomi Valkeinen tristate "AMD Geode GX1 framebuffer support" 43f7018c21STomi Valkeinen depends on FB && FB_GEODE 44c0b63034SThomas Zimmermann select FB_IOMEM_HELPERS 450ba2fa8cSThomas Zimmermann select VIDEO_NOMODESET 46a7f7f624SMasahiro Yamada help 47f7018c21STomi Valkeinen Framebuffer driver for the display controller integrated into the 48f7018c21STomi Valkeinen AMD Geode GX1 processor. 49f7018c21STomi Valkeinen 50f7018c21STomi Valkeinen To compile this driver as a module, choose M here: the module will be 51f7018c21STomi Valkeinen called gx1fb. 52f7018c21STomi Valkeinen 53f7018c21STomi Valkeinen If unsure, say N. 54