diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-09-03 05:36:08 +0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-11 20:46:18 +0400 |
commit | 5a6b5e02d673486c96003d4a6e3e2510f4c59f92 (patch) | |
tree | 1fd9f7c1fc91a48b90db8226881b9dfdc188c006 /drivers/video/display/Kconfig | |
parent | b57287ba497b63a0d87a058631bbddfed9392e9f (diff) | |
download | linux-5a6b5e02d673486c96003d4a6e3e2510f4c59f92.tar.xz |
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/display/Kconfig')
-rw-r--r-- | drivers/video/display/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/video/display/Kconfig b/drivers/video/display/Kconfig deleted file mode 100644 index f99af931d4f8..000000000000 --- a/drivers/video/display/Kconfig +++ /dev/null @@ -1,24 +0,0 @@ -# -# Display drivers configuration -# - -menu "Display device support" - -config DISPLAY_SUPPORT - tristate "Display panel/monitor support" - ---help--- - This framework adds support for low-level control of a display. - This includes support for power. - - Enable this to be able to choose the drivers for controlling the - physical display panel/monitor on some platforms. This not only - covers LCD displays for PDAs but also other types of displays - such as CRT, TVout etc. - - To have support for your specific display panel you will have to - select the proper drivers which depend on this option. - -comment "Display hardware drivers" - depends on DISPLAY_SUPPORT - -endmenu |