xref: /linux/drivers/video/fbdev/geode/Kconfig (revision b7e1e969c887c897947fdc3754fe9b0c24acb155)
1ec8f24b7SThomas 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))
871c53e19SRandy Dunlap	depends on !UML
9a7f7f624SMasahiro Yamada	help
10f7018c21STomi Valkeinen	  Say 'Y' here to allow you to select framebuffer drivers for
11f7018c21STomi Valkeinen	  the AMD Geode family of processors.
12f7018c21STomi Valkeinen
13f7018c21STomi Valkeinenconfig FB_GEODE_LX
14f7018c21STomi Valkeinen	tristate "AMD Geode LX framebuffer support"
15f7018c21STomi Valkeinen	depends on FB && FB_GEODE
16*a41410a0SThomas Zimmermann	select FB_IOMEM_HELPERS
17a7f7f624SMasahiro Yamada	help
18f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
19f7018c21STomi Valkeinen	  AMD Geode LX processors.
20f7018c21STomi Valkeinen
21f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will
22f7018c21STomi Valkeinen	  be called lxfb.
23f7018c21STomi Valkeinen
24f7018c21STomi Valkeinen	  If unsure, say N.
25f7018c21STomi Valkeinen
26f7018c21STomi Valkeinenconfig FB_GEODE_GX
27f7018c21STomi Valkeinen	tristate "AMD Geode GX framebuffer support"
28f7018c21STomi Valkeinen	depends on FB && FB_GEODE
29c3a28bf5SThomas Zimmermann	select FB_IOMEM_HELPERS
30a7f7f624SMasahiro Yamada	help
31f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
32f7018c21STomi Valkeinen	  AMD Geode GX processors.
33f7018c21STomi Valkeinen
34f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will be
35f7018c21STomi Valkeinen	  called gxfb.
36f7018c21STomi Valkeinen
37f7018c21STomi Valkeinen	  If unsure, say N.
38f7018c21STomi Valkeinen
39f7018c21STomi Valkeinenconfig FB_GEODE_GX1
40f7018c21STomi Valkeinen	tristate "AMD Geode GX1 framebuffer support"
41f7018c21STomi Valkeinen	depends on FB && FB_GEODE
42c0b63034SThomas Zimmermann	select FB_IOMEM_HELPERS
43a7f7f624SMasahiro Yamada	help
44f7018c21STomi Valkeinen	  Framebuffer driver for the display controller integrated into the
45f7018c21STomi Valkeinen	  AMD Geode GX1 processor.
46f7018c21STomi Valkeinen
47f7018c21STomi Valkeinen	  To compile this driver as a module, choose M here: the module will be
48f7018c21STomi Valkeinen	  called gx1fb.
49f7018c21STomi Valkeinen
50f7018c21STomi Valkeinen	  If unsure, say N.
51