mirror of https://gitee.com/openkylin/linux.git
[PATCH] framebuffer: add some help text in Kconfig
Frame buffer driver help text changes: - Move S3 Trio next to S3 Savage; - add or clarify help text for several FB drivers; - add help text for FB console; - add help text for bootup logos; Acked-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
80d188a643
commit
e65c0850ae
|
@ -182,6 +182,9 @@ config FB_CLPS711X
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
select FB_SOFT_CURSOR
|
select FB_SOFT_CURSOR
|
||||||
|
help
|
||||||
|
Say Y to enable the Framebuffer driver for the CLPS7111 and
|
||||||
|
EP7212 processors.
|
||||||
|
|
||||||
config FB_SA1100
|
config FB_SA1100
|
||||||
bool "SA-1100 LCD support"
|
bool "SA-1100 LCD support"
|
||||||
|
@ -405,7 +408,7 @@ config FB_CT65550
|
||||||
65550 graphics chip in PowerBooks.
|
65550 graphics chip in PowerBooks.
|
||||||
|
|
||||||
config FB_ASILIANT
|
config FB_ASILIANT
|
||||||
bool "Chips 69000 display support"
|
bool "Asiliant (Chips) 69000 display support"
|
||||||
depends on (FB = y) && PCI
|
depends on (FB = y) && PCI
|
||||||
select FB_CFB_FILLRECT
|
select FB_CFB_FILLRECT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
|
@ -422,12 +425,6 @@ config FB_IMSTT
|
||||||
The IMS Twin Turbo is a PCI-based frame buffer card bundled with
|
The IMS Twin Turbo is a PCI-based frame buffer card bundled with
|
||||||
many Macintosh and compatible computers.
|
many Macintosh and compatible computers.
|
||||||
|
|
||||||
config FB_S3TRIO
|
|
||||||
bool "S3 Trio display support"
|
|
||||||
depends on (FB = y) && PPC && BROKEN
|
|
||||||
help
|
|
||||||
If you have a S3 Trio say Y. Say N for S3 Virge.
|
|
||||||
|
|
||||||
config FB_VGA16
|
config FB_VGA16
|
||||||
tristate "VGA 16-color graphics support"
|
tristate "VGA 16-color graphics support"
|
||||||
depends on FB && (X86 || PPC)
|
depends on FB && (X86 || PPC)
|
||||||
|
@ -1047,6 +1044,12 @@ config FB_ATY_GX
|
||||||
is at
|
is at
|
||||||
<http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
|
<http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
|
||||||
|
|
||||||
|
config FB_S3TRIO
|
||||||
|
bool "S3 Trio display support"
|
||||||
|
depends on (FB = y) && PPC && BROKEN
|
||||||
|
help
|
||||||
|
If you have a S3 Trio say Y. Say N for S3 Virge.
|
||||||
|
|
||||||
config FB_SAVAGE
|
config FB_SAVAGE
|
||||||
tristate "S3 Savage support"
|
tristate "S3 Savage support"
|
||||||
depends on FB && PCI && EXPERIMENTAL
|
depends on FB && PCI && EXPERIMENTAL
|
||||||
|
|
|
@ -98,6 +98,8 @@ config FRAMEBUFFER_CONSOLE
|
||||||
tristate "Framebuffer Console support"
|
tristate "Framebuffer Console support"
|
||||||
depends on FB
|
depends on FB
|
||||||
select CRC32
|
select CRC32
|
||||||
|
help
|
||||||
|
Low-level framebuffer-based console driver.
|
||||||
|
|
||||||
config STI_CONSOLE
|
config STI_CONSOLE
|
||||||
tristate "STI text console"
|
tristate "STI text console"
|
||||||
|
|
|
@ -7,6 +7,8 @@ menu "Logo configuration"
|
||||||
config LOGO
|
config LOGO
|
||||||
bool "Bootup logo"
|
bool "Bootup logo"
|
||||||
depends on FB || SGI_NEWPORT_CONSOLE
|
depends on FB || SGI_NEWPORT_CONSOLE
|
||||||
|
help
|
||||||
|
Enable and select frame buffer bootup logos.
|
||||||
|
|
||||||
config LOGO_LINUX_MONO
|
config LOGO_LINUX_MONO
|
||||||
bool "Standard black and white Linux logo"
|
bool "Standard black and white Linux logo"
|
||||||
|
|
Loading…
Reference in New Issue