Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI / video: fix ACPI_VIDEO dependencies

ACPI_VIDEO stopped depending on VIDEO_OUTPUT_CONTROL over 3 years ago
(see commit 677bd810, "ACPI video: remove output switching control".)
So it's about time to remove the Kconfig dependency between these two
options.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jean Delvare and committed by
Rafael J. Wysocki
9f380fc5 dcb99fd9

+1 -1
+1 -1
drivers/acpi/Kconfig
··· 115 115 116 116 config ACPI_VIDEO 117 117 tristate "Video" 118 - depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL 118 + depends on X86 && BACKLIGHT_CLASS_DEVICE 119 119 depends on INPUT 120 120 select THERMAL 121 121 help