forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/video/fbdev/geode/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Geode family framebuffer configuration
34 #
45 config FB_GEODE
56 bool "AMD Geode family framebuffer support"
67 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
7
- ---help---
8
+ help
89 Say 'Y' here to allow you to select framebuffer drivers for
910 the AMD Geode family of processors.
1011
....@@ -14,7 +15,7 @@
1415 select FB_CFB_FILLRECT
1516 select FB_CFB_COPYAREA
1617 select FB_CFB_IMAGEBLIT
17
- ---help---
18
+ help
1819 Framebuffer driver for the display controller integrated into the
1920 AMD Geode LX processors.
2021
....@@ -29,7 +30,7 @@
2930 select FB_CFB_FILLRECT
3031 select FB_CFB_COPYAREA
3132 select FB_CFB_IMAGEBLIT
32
- ---help---
33
+ help
3334 Framebuffer driver for the display controller integrated into the
3435 AMD Geode GX processors.
3536
....@@ -44,7 +45,7 @@
4445 select FB_CFB_FILLRECT
4546 select FB_CFB_COPYAREA
4647 select FB_CFB_IMAGEBLIT
47
- ---help---
48
+ help
4849 Framebuffer driver for the display controller integrated into the
4950 AMD Geode GX1 processor.
5051