1 # SPDX-License-Identifier: GPL-2.0-only
3 # Geode family framebuffer configuration
6 bool "AMD Geode family framebuffer support"
7 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
9 Say 'Y' here to allow you to select framebuffer drivers for
10 the AMD Geode family of processors.
13 tristate "AMD Geode LX framebuffer support"
14 depends on FB && FB_GEODE
15 select FB_CFB_FILLRECT
16 select FB_CFB_COPYAREA
17 select FB_CFB_IMAGEBLIT
19 Framebuffer driver for the display controller integrated into the
20 AMD Geode LX processors.
22 To compile this driver as a module, choose M here: the module will
28 tristate "AMD Geode GX framebuffer support"
29 depends on FB && FB_GEODE
30 select FB_CFB_FILLRECT
31 select FB_CFB_COPYAREA
32 select FB_CFB_IMAGEBLIT
34 Framebuffer driver for the display controller integrated into the
35 AMD Geode GX processors.
37 To compile this driver as a module, choose M here: the module will be
43 tristate "AMD Geode GX1 framebuffer support"
44 depends on FB && FB_GEODE
45 select FB_CFB_FILLRECT
46 select FB_CFB_COPYAREA
47 select FB_CFB_IMAGEBLIT
49 Framebuffer driver for the display controller integrated into the
50 AMD Geode GX1 processor.
52 To compile this driver as a module, choose M here: the module will be