Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / video / fbdev / geode / Kconfig
blob3b20420cc94d3115d8413d805818526818a36cb8
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Geode family framebuffer configuration
5 config FB_GEODE
6         bool "AMD Geode family framebuffer support"
7         depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
8         depends on !UML
9         help
10           Say 'Y' here to allow you to select framebuffer drivers for
11           the AMD Geode family of processors.
13 config FB_GEODE_LX
14         tristate "AMD Geode LX framebuffer support"
15         depends on FB && FB_GEODE
16         select FB_IOMEM_HELPERS
17         help
18           Framebuffer driver for the display controller integrated into the
19           AMD Geode LX processors.
21           To compile this driver as a module, choose M here: the module will
22           be called lxfb.
24           If unsure, say N.
26 config FB_GEODE_GX
27         tristate "AMD Geode GX framebuffer support"
28         depends on FB && FB_GEODE
29         select FB_IOMEM_HELPERS
30         help
31           Framebuffer driver for the display controller integrated into the
32           AMD Geode GX processors.
34           To compile this driver as a module, choose M here: the module will be
35           called gxfb.
37           If unsure, say N.
39 config FB_GEODE_GX1
40         tristate "AMD Geode GX1 framebuffer support"
41         depends on FB && FB_GEODE
42         select FB_IOMEM_HELPERS
43         help
44           Framebuffer driver for the display controller integrated into the
45           AMD Geode GX1 processor.
47           To compile this driver as a module, choose M here: the module will be
48           called gx1fb.
50           If unsure, say N.