diff options
author | David Vrabel <dvrabel@arcom.com> | 2005-09-09 16:04:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:59 -0400 |
commit | 53eed4ec8bcd8701b9135859ec46b10a0d88ba25 (patch) | |
tree | 50e3fddcc63d536be5babb6e91d54d5c3071c555 /drivers/video/geode/Kconfig | |
parent | 4c7ffe0b9f7f40bd818fe3af51342f64c483908e (diff) |
[PATCH] fbdev: geode updates
Geode framebuffer driver updates:
- Local mode list (taken from modedb.c) containing only relevant modes.
This also makes the driver work as a module.
- Make it a PCI driver (from James Simmons <jsimmons@infradead.org>).
- A few other minor cosmetic bits and pieces.
Signed-off-by: David Vrabel <dvrabel@arcom.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/geode/Kconfig')
-rw-r--r-- | drivers/video/geode/Kconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/video/geode/Kconfig b/drivers/video/geode/Kconfig index b075fd02de31..5a9b89c3831b 100644 --- a/drivers/video/geode/Kconfig +++ b/drivers/video/geode/Kconfig | |||
@@ -3,15 +3,13 @@ | |||
3 | # | 3 | # |
4 | config FB_GEODE | 4 | config FB_GEODE |
5 | bool "AMD Geode family framebuffer support (EXPERIMENTAL)" | 5 | bool "AMD Geode family framebuffer support (EXPERIMENTAL)" |
6 | default n | 6 | depends on FB && PCI && EXPERIMENTAL && X86 |
7 | depends on FB && EXPERIMENTAL && X86 | ||
8 | ---help--- | 7 | ---help--- |
9 | Say 'Y' here to allow you to select framebuffer drivers for | 8 | Say 'Y' here to allow you to select framebuffer drivers for |
10 | the AMD Geode family of processors. | 9 | the AMD Geode family of processors. |
11 | 10 | ||
12 | config FB_GEODE_GX1 | 11 | config FB_GEODE_GX1 |
13 | tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" | 12 | tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" |
14 | default n | ||
15 | depends on FB_GEODE && EXPERIMENTAL | 13 | depends on FB_GEODE && EXPERIMENTAL |
16 | select FB_CFB_FILLRECT | 14 | select FB_CFB_FILLRECT |
17 | select FB_CFB_COPYAREA | 15 | select FB_CFB_COPYAREA |
@@ -21,9 +19,7 @@ config FB_GEODE_GX1 | |||
21 | Framebuffer driver for the display controller integrated into the | 19 | Framebuffer driver for the display controller integrated into the |
22 | AMD Geode GX1 processor. | 20 | AMD Geode GX1 processor. |
23 | 21 | ||
24 | This driver is also available as a module ( = code which can be | 22 | To compile this driver as a module, choose M here: the module will be |
25 | inserted and removed from the running kernel whenever you want). The | 23 | called gx1fb. |
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 | 24 | ||
29 | If unsure, say N. | 25 | If unsure, say N. |