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