Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Geode family framebuffer configuration |
| 3 | # |
| 4 | config FB_GEODE |
| 5 | bool "AMD Geode family framebuffer support (EXPERIMENTAL)" |
David Vrabel | 53eed4e | 2005-09-09 13:04:32 -0700 | [diff] [blame] | 6 | depends on FB && PCI && EXPERIMENTAL && X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | ---help--- |
| 8 | Say 'Y' here to allow you to select framebuffer drivers for |
| 9 | the AMD Geode family of processors. |
| 10 | |
| 11 | config FB_GEODE_GX1 |
| 12 | tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | depends on FB_GEODE && EXPERIMENTAL |
| 14 | select FB_CFB_FILLRECT |
| 15 | select FB_CFB_COPYAREA |
| 16 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | ---help--- |
| 18 | Framebuffer driver for the display controller integrated into the |
| 19 | AMD Geode GX1 processor. |
| 20 | |
David Vrabel | 53eed4e | 2005-09-09 13:04:32 -0700 | [diff] [blame] | 21 | To compile this driver as a module, choose M here: the module will be |
| 22 | called gx1fb. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
| 24 | If unsure, say N. |