diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-09-02 21:36:08 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-11 11:46:18 -0500 |
commit | 5a6b5e02d673486c96003d4a6e3e2510f4c59f92 (patch) | |
tree | 1fd9f7c1fc91a48b90db8226881b9dfdc188c006 /drivers/video/Kconfig | |
parent | b57287ba497b63a0d87a058631bbddfed9392e9f (diff) |
fbdev: remove display subsystem
This four year old subsystem does not have a single in-tree user
not even in staging and as far as I know also none out-of-tree.
I think that justifies removing it which cleans the config up.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: James Simmons <jsimmons@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8165c5577d71..1b5b98f29482 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2413,7 +2413,6 @@ source "drivers/video/omap/Kconfig" | |||
2413 | source "drivers/video/omap2/Kconfig" | 2413 | source "drivers/video/omap2/Kconfig" |
2414 | 2414 | ||
2415 | source "drivers/video/backlight/Kconfig" | 2415 | source "drivers/video/backlight/Kconfig" |
2416 | source "drivers/video/display/Kconfig" | ||
2417 | 2416 | ||
2418 | if VT | 2417 | if VT |
2419 | source "drivers/video/console/Kconfig" | 2418 | source "drivers/video/console/Kconfig" |