| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Geode family framebuffer configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | config FB_GEODE |
|---|
| 5 | 6 | bool "AMD Geode family framebuffer support" |
|---|
| 6 | 7 | depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST)) |
|---|
| 7 | | - ---help--- |
|---|
| 8 | + help |
|---|
| 8 | 9 | Say 'Y' here to allow you to select framebuffer drivers for |
|---|
| 9 | 10 | the AMD Geode family of processors. |
|---|
| 10 | 11 | |
|---|
| .. | .. |
|---|
| 14 | 15 | select FB_CFB_FILLRECT |
|---|
| 15 | 16 | select FB_CFB_COPYAREA |
|---|
| 16 | 17 | select FB_CFB_IMAGEBLIT |
|---|
| 17 | | - ---help--- |
|---|
| 18 | + help |
|---|
| 18 | 19 | Framebuffer driver for the display controller integrated into the |
|---|
| 19 | 20 | AMD Geode LX processors. |
|---|
| 20 | 21 | |
|---|
| .. | .. |
|---|
| 29 | 30 | select FB_CFB_FILLRECT |
|---|
| 30 | 31 | select FB_CFB_COPYAREA |
|---|
| 31 | 32 | select FB_CFB_IMAGEBLIT |
|---|
| 32 | | - ---help--- |
|---|
| 33 | + help |
|---|
| 33 | 34 | Framebuffer driver for the display controller integrated into the |
|---|
| 34 | 35 | AMD Geode GX processors. |
|---|
| 35 | 36 | |
|---|
| .. | .. |
|---|
| 44 | 45 | select FB_CFB_FILLRECT |
|---|
| 45 | 46 | select FB_CFB_COPYAREA |
|---|
| 46 | 47 | select FB_CFB_IMAGEBLIT |
|---|
| 47 | | - ---help--- |
|---|
| 48 | + help |
|---|
| 48 | 49 | Framebuffer driver for the display controller integrated into the |
|---|
| 49 | 50 | AMD Geode GX1 processor. |
|---|
| 50 | 51 | |
|---|