Re: [PATCH v1] ACPI: Make acpi video driver available on !X86

From: Rafael J. Wysocki
Date: Wed Jun 29 2022 - 12:48:02 EST


On Mon, Jun 13, 2022 at 11:34 AM Riwen Lu <luriwen@xxxxxxxxxxx> wrote:
>
> From: Riwen Lu <luriwen@xxxxxxxxxx>
>
> ACPI video device can also be found in arm64 laptops, so drop the
> Kconfig dependency on X86 for ACPI_VIDEO.
>
> Signed-off-by: Riwen Lu <luriwen@xxxxxxxxxx>
> ---
> drivers/acpi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 1e34f846508f..a25c36e0c863 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -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
> --

Applied as 5.20 material, thanks!