xref: /linux/drivers/video/fbdev/geode/Kconfig (revision f7018c21350204c4cf628462f229d44d03545254)
1*f7018c21STomi Valkeinen#
2*f7018c21STomi Valkeinen# Geode family framebuffer configuration
3*f7018c21STomi Valkeinen#
4*f7018c21STomi Valkeinenconfig FB_GEODE
5*f7018c21STomi Valkeinen	bool "AMD Geode family framebuffer support"
6*f7018c21STomi Valkeinen	depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
7*f7018c21STomi Valkeinen	---help---
8*f7018c21STomi Valkeinen	  Say 'Y' here to allow you to select framebuffer drivers for
9*f7018c21STomi Valkeinen	  the AMD Geode family of processors.
10*f7018c21STomi Valkeinen
11*f7018c21STomi Valkeinenconfig FB_GEODE_LX
12*f7018c21STomi Valkeinen	tristate "AMD Geode LX framebuffer support"
13*f7018c21STomi Valkeinen	depends on FB && FB_GEODE
14*f7018c21STomi Valkeinen	select FB_CFB_FILLRECT
15*f7018c21STomi Valkeinen	select FB_CFB_COPYAREA
16*f7018c21STomi Valkeinen	select FB_CFB_IMAGEBLIT
17*f7018c21STomi Valkeinen	---help---
18*f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
19*f7018c21STomi Valkeinen	  AMD Geode LX processors.
20*f7018c21STomi Valkeinen
21*f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will
22*f7018c21STomi Valkeinen	  be called lxfb.
23*f7018c21STomi Valkeinen
24*f7018c21STomi Valkeinen	  If unsure, say N.
25*f7018c21STomi Valkeinen
26*f7018c21STomi Valkeinenconfig FB_GEODE_GX
27*f7018c21STomi Valkeinen	tristate "AMD Geode GX framebuffer support"
28*f7018c21STomi Valkeinen	depends on FB && FB_GEODE
29*f7018c21STomi Valkeinen	select FB_CFB_FILLRECT
30*f7018c21STomi Valkeinen	select FB_CFB_COPYAREA
31*f7018c21STomi Valkeinen	select FB_CFB_IMAGEBLIT
32*f7018c21STomi Valkeinen	---help---
33*f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
34*f7018c21STomi Valkeinen	  AMD Geode GX processors.
35*f7018c21STomi Valkeinen
36*f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will be
37*f7018c21STomi Valkeinen	  called gxfb.
38*f7018c21STomi Valkeinen
39*f7018c21STomi Valkeinen	  If unsure, say N.
40*f7018c21STomi Valkeinen
41*f7018c21STomi Valkeinenconfig FB_GEODE_GX1
42*f7018c21STomi Valkeinen	tristate "AMD Geode GX1 framebuffer support"
43*f7018c21STomi Valkeinen	depends on FB && FB_GEODE
44*f7018c21STomi Valkeinen	select FB_CFB_FILLRECT
45*f7018c21STomi Valkeinen	select FB_CFB_COPYAREA
46*f7018c21STomi Valkeinen	select FB_CFB_IMAGEBLIT
47*f7018c21STomi Valkeinen	---help---
48*f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
49*f7018c21STomi Valkeinen	  AMD Geode GX1 processor.
50*f7018c21STomi Valkeinen
51*f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will be
52*f7018c21STomi Valkeinen	  called gx1fb.
53*f7018c21STomi Valkeinen
54*f7018c21STomi Valkeinen	  If unsure, say N.
55