diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-03-17 18:49:10 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-20 05:44:59 +0400 |
commit | f167a64e9d67ebd03d304e369c12011cf2bffaf5 (patch) | |
tree | 9a3968e986e373444032ca3777f281e7b85e4712 /drivers/video/Kconfig | |
parent | 782dd91c8761dc2ef9be28fbe7a812f4bad3c785 (diff) | |
download | linux-f167a64e9d67ebd03d304e369c12011cf2bffaf5.tar.xz |
video / output: Drop display output class support
It was only ever used by the ACPI video driver, and that only use case
vanished over 3 years ago (see commit 677bd810, "ACPI video: remove
output switching control".) So this is dead code and I guess we can
remove it now.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index dade5b7699bc..97a8f3a12a7b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -27,12 +27,6 @@ config VGASTATE tristate default n -config VIDEO_OUTPUT_CONTROL - tristate "Lowlevel video output switch controls" - help - This framework adds support for low-level control of the video - output switch. - config VIDEOMODE_HELPERS bool |