lkml.org 
[lkml]   [2022]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v1] ACPI: Make acpi video driver available on !X86
On Mon, Jun 13, 2022 at 11:34 AM Riwen Lu <luriwen@hotmail.com> wrote:
>
> From: Riwen Lu <luriwen@kylinos.cn>
>
> 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@kylinos.cn>
> ---
> 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!

\
 
 \ /
  Last update: 2022-06-29 18:48    [W:0.044 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site