From: Michael Opdenacker Date: Mon, 8 Jul 2013 05:03:26 +0000 (+0200) Subject: drivers/video: remove unused parameter in Kconfig X-Git-Tag: v3.12-rc1~137^2~19 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=787316b411ae9190b6224796034f10080a098fc9;p=cascardo%2Flinux.git drivers/video: remove unused parameter in Kconfig This patch proposes to remove the FB_NUC900_DEBUG kernel configuration parameter defined in drivers/video/Kconfig, but used nowhere in the makefiles and source code. Signed-off-by: Michael Opdenacker Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4cf1e1dd5621..a421fd432bfc 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2100,13 +2100,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