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 | |
Jordan Crouse | 3968cb49 | 2007-07-31 00:37:40 -0700 | [diff] [blame] | 11 | config FB_GEODE_LX |
| 12 | tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)" |
| 13 | depends on FB && FB_GEODE |
| 14 | select FB_CFB_FILLRECT |
| 15 | select FB_CFB_COPYAREA |
| 16 | select FB_CFB_IMAGEBLIT |
| 17 | ---help--- |
| 18 | Framebuffer driver for the display controller integrated into the |
| 19 | AMD Geode LX processors. |
| 20 | |
| 21 | To compile this driver as a module, choose M here: the module will |
| 22 | be called lxfb. |
| 23 | |
| 24 | If unsure, say N. |
| 25 | |
David Vrabel | fc4effc | 2006-03-27 01:17:23 -0800 | [diff] [blame] | 26 | config FB_GEODE_GX |
| 27 | tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)" |
| 28 | depends on FB && FB_GEODE && EXPERIMENTAL |
| 29 | select FB_CFB_FILLRECT |
| 30 | select FB_CFB_COPYAREA |
| 31 | select FB_CFB_IMAGEBLIT |
| 32 | ---help--- |
| 33 | Framebuffer driver for the display controller integrated into the |
| 34 | AMD Geode GX processors. |
| 35 | |
| 36 | To compile this driver as a module, choose M here: the module will be |
| 37 | called gxfb. |
| 38 | |
| 39 | If unsure, say N. |
| 40 | |
Jordan Crouse | f378819 | 2006-12-08 02:40:53 -0800 | [diff] [blame] | 41 | config FB_GEODE_GX_SET_FBSIZE |
| 42 | bool "Manually specify the Geode GX framebuffer size" |
| 43 | depends on FB_GEODE_GX |
| 44 | default n |
| 45 | ---help--- |
| 46 | If you want to manually specify the size of your GX framebuffer, |
| 47 | say Y here, otherwise say N to dynamically probe it. |
| 48 | |
| 49 | Say N unless you know what you are doing. |
| 50 | |
| 51 | config FB_GEODE_GX_FBSIZE |
| 52 | hex "Size of the GX framebuffer, in bytes" |
| 53 | depends on FB_GEODE_GX_SET_FBSIZE |
| 54 | default "0x1600000" |
| 55 | ---help--- |
| 56 | Specify the size of the GX framebuffer. Normally, you will |
| 57 | want this to be MB aligned. Common values are 0x80000 (8MB) |
| 58 | and 0x1600000 (16MB). Don't change this unless you know what |
| 59 | you are doing |
| 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | config FB_GEODE_GX1 |
| 62 | tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" |
David Vrabel | fc4effc | 2006-03-27 01:17:23 -0800 | [diff] [blame] | 63 | depends on FB && FB_GEODE && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | select FB_CFB_FILLRECT |
| 65 | select FB_CFB_COPYAREA |
| 66 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | ---help--- |
| 68 | Framebuffer driver for the display controller integrated into the |
| 69 | AMD Geode GX1 processor. |
| 70 | |
David Vrabel | 53eed4e | 2005-09-09 13:04:32 -0700 | [diff] [blame] | 71 | To compile this driver as a module, choose M here: the module will be |
| 72 | called gx1fb. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | If unsure, say N. |