diff options
author | Randy.Dunlap <rdunlap@xenotime.net> | 2005-11-07 04:00:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:49 -0500 |
commit | e65c0850ae811a53554e1abe71627fba1261cfc7 (patch) | |
tree | 5d9f3193b9c2a6f836a3c6acec004f2fef4feff9 /drivers/video/logo/Kconfig | |
parent | 80d188a643b0f550a2aaedf7bf4dd1abd86cfc45 (diff) |
[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>
Diffstat (limited to 'drivers/video/logo/Kconfig')
-rw-r--r-- | drivers/video/logo/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig index 3e9ccf370ab2..8cb7fb4db441 100644 --- a/drivers/video/logo/Kconfig +++ b/drivers/video/logo/Kconfig | |||
@@ -7,6 +7,8 @@ menu "Logo configuration" | |||
7 | config LOGO | 7 | config LOGO |
8 | bool "Bootup logo" | 8 | bool "Bootup logo" |
9 | depends on FB || SGI_NEWPORT_CONSOLE | 9 | depends on FB || SGI_NEWPORT_CONSOLE |
10 | help | ||
11 | Enable and select frame buffer bootup logos. | ||
10 | 12 | ||
11 | config LOGO_LINUX_MONO | 13 | config LOGO_LINUX_MONO |
12 | bool "Standard black and white Linux logo" | 14 | bool "Standard black and white Linux logo" |