lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 29 Jun 2022 18:46:15 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Riwen Lu <luriwen@...mail.com>
Cc:     "Rafael J. Wysocki" <rafael@...nel.org>,
        Len Brown <lenb@...nel.org>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Riwen Lu <luriwen@...inos.cn>
Subject: Re: [PATCH v1] ACPI: Make acpi video driver available on !X86

On Mon, Jun 13, 2022 at 11:34 AM Riwen Lu <luriwen@...mail.com> wrote:
>
> From: Riwen Lu <luriwen@...inos.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@...inos.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!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ