1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Geode family framebuffer configuration 4# 5config FB_GEODE 6 bool "AMD Geode family framebuffer support" 7 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST)) 8 depends on !UML 9 help 10 Say 'Y' here to allow you to select framebuffer drivers for 11 the AMD Geode family of processors. 12 13config FB_GEODE_LX 14 tristate "AMD Geode LX framebuffer support" 15 depends on FB && FB_GEODE 16 select FB_IOMEM_HELPERS 17 help 18 Framebuffer driver for the display controller integrated into the 19 AMD Geode LX processors. 20 21 To compile this driver as a module, choose M here: the module will 22 be called lxfb. 23 24 If unsure, say N. 25 26config FB_GEODE_GX 27 tristate "AMD Geode GX framebuffer support" 28 depends on FB && FB_GEODE 29 select FB_IOMEM_HELPERS 30 help 31 Framebuffer driver for the display controller integrated into the 32 AMD Geode GX processors. 33 34 To compile this driver as a module, choose M here: the module will be 35 called gxfb. 36 37 If unsure, say N. 38 39config FB_GEODE_GX1 40 tristate "AMD Geode GX1 framebuffer support" 41 depends on FB && FB_GEODE 42 select FB_IOMEM_HELPERS 43 help 44 Framebuffer driver for the display controller integrated into the 45 AMD Geode GX1 processor. 46 47 To compile this driver as a module, choose M here: the module will be 48 called gx1fb. 49 50 If unsure, say N. 51