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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMpxmJXB5cGi7z3b0p4Nmgtb=iPRXut+RTrGf=JnT6Bc3ziXeQ@mail.gmail.com>
Date:   Wed, 27 Mar 2019 16:59:03 +0100
From:   Bartosz Golaszewski <bgolaszewski@...libre.com>
To:     Shravan Kumar Ramani <sramani@...lanox.com>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        linux-gpio <linux-gpio@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1] gpio: gpio-mlxbf: Add dependency on 64BIT to Kconfig entry

śr., 27 mar 2019 o 15:15 Shravan Kumar Ramani <sramani@...lanox.com> napisał(a):
>
> Fixes a compile test failure
>
> Signed-off-by: Shravan Kumar Ramani <sramani@...lanox.com>
> ---
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 0d9ddff..530ee34 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -1318,7 +1318,7 @@ config GPIO_MERRIFIELD
>
>  config GPIO_MLXBF
>         tristate "Mellanox BlueField SoC GPIO"
> -       depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || COMPILE_TEST
> +       depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
>         select GPIO_GENERIC
>         help
>           Say Y here if you want GPIO support on Mellanox BlueField SoC.
> --
> 2.1.2
>

Applied, thanks!

Bart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ