PageRenderTime 23ms CodeModel.GetById 16ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/video/geode/Kconfig

https://bitbucket.org/abioy/linux
#! | 54 lines | 45 code | 9 blank | 0 comment | 0 complexity | 66cc0113fb5998eb253fa3a318438ecf MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Geode family framebuffer configuration
 3#
 4config 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
11config FB_GEODE_LX
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
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
26config FB_GEODE_GX
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
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
41config FB_GEODE_GX1
42	tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
43	depends on FB && FB_GEODE && EXPERIMENTAL
44	select FB_CFB_FILLRECT
45	select FB_CFB_COPYAREA
46	select FB_CFB_IMAGEBLIT
47	---help---
48	  Framebuffer driver for the display controller integrated into the
49	  AMD Geode GX1 processor.
50
51	  To compile this driver as a module, choose M here: the module will be
52	  called gx1fb.
53
54	  If unsure, say N.