diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-04-27 18:40:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-28 08:33:49 -0700 |
commit | 4de0b1ee1b630318553248c4cfc78358720a5c84 (patch) | |
tree | 982f6bf9b73c9f00962ee77dee206d296479f4f0 /drivers/video | |
parent | 9587c4bf72bf6cc79e1c471a201c0bd73171fcd6 (diff) |
[PATCH] asiliantfb: Add help text in Kconfig
Add help text in Kconfig
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9060e713744..4587087d777 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -400,6 +400,8 @@ config FB_ASILIANT select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + help + This is the frame buffer device driver for the Asiliant 69030 chipset config FB_IMSTT bool "IMS Twin Turbo display support" |