Message ID | 1363897258.1390.153.camel@x61.thuisdomein (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 2013-03-21 at 21:20 +0100, Paul Bolle wrote: > When the NUC900 LCD Controller Driver got added (in v3.4) a Kconfig > entry for FB_NUC900_DEBUG got added too. It has never been used. It > appears that its users were dropped during review. Anyhow, this entry > can be removed. > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Please s/v3.4/v2.6.34/. Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4c1546f..fba178b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2107,13 +2107,6 @@ config GPM1040A0_320X240 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" depends on FB_NUC900 -config FB_NUC900_DEBUG - bool "NUC900 lcd debug messages" - depends on FB_NUC900 - help - Turn on debugging messages. Note that you can set/unset at run time - through sysfs - config FB_SM501 tristate "Silicon Motion SM501 framebuffer support" depends on FB && MFD_SM501
When the NUC900 LCD Controller Driver got added (in v3.4) a Kconfig entry for FB_NUC900_DEBUG got added too. It has never been used. It appears that its users were dropped during review. Anyhow, this entry can be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- Untested. drivers/video/Kconfig | 7 ------- 1 file changed, 7 deletions(-)