From: Ulf Magnusson Date: Mon, 12 Mar 2018 16:06:53 +0000 (+0100) Subject: video: fbdev: kconfig: Add help text to FB_I810_I2C X-Git-Tag: v4.19~108^2~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3419c6aef02a74735e766832f5c271ed2b24361;p=platform%2Fkernel%2Flinux-rpi.git video: fbdev: kconfig: Add help text to FB_I810_I2C The FB_I810_I2C symbol previously had a blank help text, which was removed in e9829ac4e5fd ("video: fbdev: kconfig: Remove blank help text"). Give it a proper help text, derived from commit 74f6ae84b23 ("[PATCH] i810fb: Add > i2c/DDC support"). Signed-off-by: Ulf Magnusson Cc: Masahiro Yamada Cc: "Luis R . Rodriguez" Cc: Randy Dunlap Cc: Dan Carpenter Cc: Paul Bolle Cc: Arnd Bergmann Cc: Michal Simek Cc: Hans de Goede Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 11e699f..c691f14 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -1156,6 +1156,11 @@ config FB_I810_I2C bool "Enable DDC Support" depends on FB_I810 && FB_I810_GTF select FB_DDC + help + Add DDC/I2C support for i810fb. This will allow the driver to get + display information, especially for monitors with fickle timings. + + If unsure, say Y. config FB_LE80578 tristate "Intel LE80578 (Vermilion) support"