diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/video/geode/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/video/geode/Kconfig')
-rw-r--r-- | drivers/video/geode/Kconfig | 29 |
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 | # | ||
4 | config 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 | |||
12 | config 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. | ||