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