Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[pandora-kernel.git] / drivers / video / geode / Kconfig
1 #
2 # Geode family framebuffer configuration
3 #
4 config FB_GEODE
5         bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
6         depends on FB && PCI && EXPERIMENTAL && X86
7         ---help---
8           Say 'Y' here to allow you to select framebuffer drivers for
9           the AMD Geode family of processors.
10
11 config FB_GEODE_GX
12         tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)"
13         depends on FB && FB_GEODE && EXPERIMENTAL
14         select FB_CFB_FILLRECT
15         select FB_CFB_COPYAREA
16         select FB_CFB_IMAGEBLIT
17         ---help---
18           Framebuffer driver for the display controller integrated into the
19           AMD Geode GX processors.
20
21           To compile this driver as a module, choose M here: the module will be
22           called gxfb.
23
24           If unsure, say N.
25
26 config FB_GEODE_GX_SET_FBSIZE
27         bool "Manually specify the Geode GX framebuffer size"
28         depends on FB_GEODE_GX
29         default n
30         ---help---
31           If you want to manually specify the size of your GX framebuffer,
32           say Y here, otherwise say N to dynamically probe it.
33
34           Say N unless you know what you are doing.
35
36 config FB_GEODE_GX_FBSIZE
37         hex "Size of the GX framebuffer, in bytes"
38         depends on FB_GEODE_GX_SET_FBSIZE
39         default "0x1600000"
40         ---help---
41           Specify the size of the GX framebuffer.  Normally, you will
42           want this to be MB aligned.  Common values are 0x80000 (8MB)
43           and 0x1600000 (16MB).  Don't change this unless you know what
44           you are doing
45
46 config FB_GEODE_GX1
47         tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
48         depends on FB && FB_GEODE && EXPERIMENTAL
49         select FB_CFB_FILLRECT
50         select FB_CFB_COPYAREA
51         select FB_CFB_IMAGEBLIT
52         ---help---
53           Framebuffer driver for the display controller integrated into the
54           AMD Geode GX1 processor.
55
56           To compile this driver as a module, choose M here: the module will be
57           called gx1fb.
58
59           If unsure, say N.