2 # Geode family framebuffer configuration
5 bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
6 depends on FB && PCI && EXPERIMENTAL && X86
8 Say 'Y' here to allow you to select framebuffer drivers for
9 the AMD Geode family of processors.
12 tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)"
13 depends on FB && FB_GEODE
14 select FB_CFB_FILLRECT
15 select FB_CFB_COPYAREA
16 select FB_CFB_IMAGEBLIT
18 Framebuffer driver for the display controller integrated into the
19 AMD Geode LX processors.
21 To compile this driver as a module, choose M here: the module will
27 tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)"
28 depends on FB && FB_GEODE && EXPERIMENTAL
29 select FB_CFB_FILLRECT
30 select FB_CFB_COPYAREA
31 select FB_CFB_IMAGEBLIT
33 Framebuffer driver for the display controller integrated into the
34 AMD Geode GX processors.
36 To compile this driver as a module, choose M here: the module will be
41 config FB_GEODE_GX_SET_FBSIZE
42 bool "Manually specify the Geode GX framebuffer size"
43 depends on FB_GEODE_GX
46 If you want to manually specify the size of your GX framebuffer,
47 say Y here, otherwise say N to dynamically probe it.
49 Say N unless you know what you are doing.
51 config FB_GEODE_GX_FBSIZE
52 hex "Size of the GX framebuffer, in bytes"
53 depends on FB_GEODE_GX_SET_FBSIZE
56 Specify the size of the GX framebuffer. Normally, you will
57 want this to be MB aligned. Common values are 0x80000 (8MB)
58 and 0x1600000 (16MB). Don't change this unless you know what
62 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
63 depends on FB && FB_GEODE && EXPERIMENTAL
64 select FB_CFB_FILLRECT
65 select FB_CFB_COPYAREA
66 select FB_CFB_IMAGEBLIT
68 Framebuffer driver for the display controller integrated into the
69 AMD Geode GX1 processor.
71 To compile this driver as a module, choose M here: the module will be