aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/geode/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/geode/Kconfig')
-rw-r--r--drivers/video/geode/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/video/geode/Kconfig b/drivers/video/geode/Kconfig
new file mode 100644
index 000000000000..b075fd02de31
--- /dev/null
+++ b/drivers/video/geode/Kconfig
@@ -0,0 +1,29 @@
1#
2# Geode family framebuffer configuration
3#
4config FB_GEODE
5 bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
6 default n
7 depends on FB && EXPERIMENTAL && X86
8 ---help---
9 Say 'Y' here to allow you to select framebuffer drivers for
10 the AMD Geode family of processors.
11
12config FB_GEODE_GX1
13 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
14 default n
15 depends on FB_GEODE && EXPERIMENTAL
16 select FB_CFB_FILLRECT
17 select FB_CFB_COPYAREA
18 select FB_CFB_IMAGEBLIT
19 select FB_SOFT_CURSOR
20 ---help---
21 Framebuffer driver for the display controller integrated into the
22 AMD Geode GX1 processor.
23
24 This driver is also available as a module ( = code which can be
25 inserted and removed from the running kernel whenever you want). The
26 module will be called gx1fb. If you want to compile it as a module,
27 say M here and read <file:Documentation/modules.txt>.
28
29 If unsure, say N.