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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 24 Sep 2021 08:27:59 -0700
From:   Markus Mayer <mmayer@...adcom.com>
To:     Florian Fainelli <f.fainelli@...il.com>
Cc:     Linux Kernel <linux-kernel@...r.kernel.org>,
        "maintainer:BROADCOM STB DPFE DRIVER" 
        <bcm-kernel-feedback-list@...adcom.com>,
        Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
        "moderated list:BROADCOM STB DPFE DRIVER" 
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] memory: Allow building Broadcom STB DPFE as module

On Thu, 23 Sept 2021 at 20:15, Florian Fainelli <f.fainelli@...il.com> wrote:
>
> Allow building the Broadcom STB DPFE driver as a module, it is already a
> platform driver proper with all of the resource releasing device
> managed.
>
> Signed-off-by: Florian Fainelli <f.fainelli@...il.com>

Acked-by: Markus Mayer <mmayer@...adcom.com>

Thanks!


> ---
>  drivers/memory/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
> index 72c0df129d5c..0ebb83b35a64 100644
> --- a/drivers/memory/Kconfig
> +++ b/drivers/memory/Kconfig
> @@ -55,8 +55,8 @@ config ATMEL_EBI
>           SRAMs, ATA devices, etc.
>
>  config BRCMSTB_DPFE
> -       bool "Broadcom STB DPFE driver" if COMPILE_TEST
> -       default y if ARCH_BRCMSTB
> +       tristate "Broadcom STB DPFE driver"
> +       default ARCH_BRCMSTB
>         depends on ARCH_BRCMSTB || COMPILE_TEST
>         help
>           This driver provides access to the DPFE interface of Broadcom
> --
> 2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ