blob: 4e173ef20a7dd83e70541f86b5f78f67e3a6c365 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Geode family framebuffer configuration
3#
4config FB_GEODE
5 bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
David Vrabel53eed4e2005-09-09 13:04:32 -07006 depends on FB && PCI && EXPERIMENTAL && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 ---help---
8 Say 'Y' here to allow you to select framebuffer drivers for
9 the AMD Geode family of processors.
10
David Vrabelfc4effc2006-03-27 01:17:23 -080011config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070026config FB_GEODE_GX1
27 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
David Vrabelfc4effc2006-03-27 01:17:23 -080028 depends on FB && FB_GEODE && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070029 select FB_CFB_FILLRECT
30 select FB_CFB_COPYAREA
31 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 ---help---
33 Framebuffer driver for the display controller integrated into the
34 AMD Geode GX1 processor.
35
David Vrabel53eed4e2005-09-09 13:04:32 -070036 To compile this driver as a module, choose M here: the module will be
37 called gx1fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 If unsure, say N.