diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-07-08 01:03:26 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-07-26 04:41:13 -0400 |
commit | 787316b411ae9190b6224796034f10080a098fc9 (patch) | |
tree | a5414f94c8031608fa394c38bbbc97c4a611f431 /drivers/video/Kconfig | |
parent | ce01273fed085809458ca8ce078cc0c5145a3db4 (diff) |
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 <michael.opdenacker@free-electrons.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
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 | |||
2100 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" | 2100 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" |
2101 | depends on FB_NUC900 | 2101 | depends on FB_NUC900 |
2102 | 2102 | ||
2103 | config FB_NUC900_DEBUG | ||
2104 | bool "NUC900 lcd debug messages" | ||
2105 | depends on FB_NUC900 | ||
2106 | help | ||
2107 | Turn on debugging messages. Note that you can set/unset at run time | ||
2108 | through sysfs | ||
2109 | |||
2110 | config FB_SM501 | 2103 | config FB_SM501 |
2111 | tristate "Silicon Motion SM501 framebuffer support" | 2104 | tristate "Silicon Motion SM501 framebuffer support" |
2112 | depends on FB && MFD_SM501 | 2105 | depends on FB && MFD_SM501 |