blob: 5a9b89c3831b1f7e254be8e047a24a2b4be3f904 [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
11config FB_GEODE_GX1
12 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 depends on FB_GEODE && EXPERIMENTAL
14 select FB_CFB_FILLRECT
15 select FB_CFB_COPYAREA
16 select FB_CFB_IMAGEBLIT
17 select FB_SOFT_CURSOR
18 ---help---
19 Framebuffer driver for the display controller integrated into the
20 AMD Geode GX1 processor.
21
David Vrabel53eed4e2005-09-09 13:04:32 -070022 To compile this driver as a module, choose M here: the module will be
23 called gx1fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25 If unsure, say N.