blob: 1e85552847868ea68918120343ad2dab12252154 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Geode family framebuffer configuration
3#
4config FB_GEODE
Kees Cook40a817f2013-01-16 18:53:59 -08005 bool "AMD Geode family framebuffer support"
Jiri Slaby4bb16672013-05-22 10:56:24 +02006 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
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
Jordan Crouse3968cb492007-07-31 00:37:40 -070011config FB_GEODE_LX
Kees Cook40a817f2013-01-16 18:53:59 -080012 tristate "AMD Geode LX framebuffer support"
Jordan Crouse3968cb492007-07-31 00:37:40 -070013 depends on FB && FB_GEODE
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 LX processors.
20
21 To compile this driver as a module, choose M here: the module will
22 be called lxfb.
23
24 If unsure, say N.
25
David Vrabelfc4effc2006-03-27 01:17:23 -080026config FB_GEODE_GX
Kees Cook40a817f2013-01-16 18:53:59 -080027 tristate "AMD Geode GX framebuffer support"
28 depends on FB && FB_GEODE
David Vrabelfc4effc2006-03-27 01:17:23 -080029 select FB_CFB_FILLRECT
30 select FB_CFB_COPYAREA
31 select FB_CFB_IMAGEBLIT
32 ---help---
33 Framebuffer driver for the display controller integrated into the
34 AMD Geode GX processors.
35
36 To compile this driver as a module, choose M here: the module will be
37 called gxfb.
38
39 If unsure, say N.
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041config FB_GEODE_GX1
Kees Cook40a817f2013-01-16 18:53:59 -080042 tristate "AMD Geode GX1 framebuffer support"
43 depends on FB && FB_GEODE
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 select FB_CFB_FILLRECT
45 select FB_CFB_COPYAREA
46 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 ---help---
48 Framebuffer driver for the display controller integrated into the
49 AMD Geode GX1 processor.
50
David Vrabel53eed4e2005-09-09 13:04:32 -070051 To compile this driver as a module, choose M here: the module will be
52 called gx1fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
54 If unsure, say N.