Skip to content

Commit

Permalink
ACPI: video: Drop X86 dependency from Kconfig
Browse files Browse the repository at this point in the history
The ACPI video device is also present in ARM64 laptops, so drop the
Kconfig dependency on X86 for ACPI_VIDEO.

Signed-off-by: Riwen Lu <luriwen@kylinos.cn>
[ rjw: Subject rewrite, changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Riwen Lu authored and Rafael J. Wysocki committed Jun 29, 2022
1 parent 03c765b commit 038275d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ config ACPI_TINY_POWER_BUTTON_SIGNAL

config ACPI_VIDEO
tristate "Video"
depends on X86 && BACKLIGHT_CLASS_DEVICE
depends on BACKLIGHT_CLASS_DEVICE
depends on INPUT
select THERMAL
help

0 comments on commit 038275d

Please sign in to comment.