From: "Antonino A. Daplas" Add help text in Kconfig Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/video/Kconfig~asiliantfb-add-help-text-in-kconfig drivers/video/Kconfig --- devel/drivers/video/Kconfig~asiliantfb-add-help-text-in-kconfig 2006-04-22 01:05:11.000000000 -0700 +++ devel-akpm/drivers/video/Kconfig 2006-04-22 01:05:11.000000000 -0700 @@ -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" _