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: <zqpuww4lpgxui6slhx7c4dh6v25djhd4lxjtw7posregrfulwi@z2s5eyxa25qt>
Date: Wed, 5 Feb 2025 12:10:43 +0100
From: Marek BehĂșn <kabel@...nel.org>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>, 
	Andy Shevchenko <andy@...nel.org>, Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH resend] platform: cznic: CZNIC_PLATFORMS should depend on
 MACH_ARMADA_38X || ARCH_MVEBU || PPC_P2020

On Wed, Feb 05, 2025 at 11:48:14AM +0100, Geert Uytterhoeven wrote:
> CZ.NIC's Turris devices are based on Marvell Armada 385 or 3720, or on
> Freescale P2020 SoCs.  Hence add dependencies on MACH_ARMADA_38X,
> ARCH_MVEBU, and PPC_P2020, to prevent asking the user about these
> drivers when configuring a kernel that cannot run on any CZ.NIC Turris
> system.
> 
> Fixes: 992f1a3d4e88498d ("platform: cznic: Add preliminary support for Turris Omnia MCU")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> Perhaps the dependency on PPC_P2020 should be dropped?
> ---
>  drivers/platform/cznic/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/cznic/Kconfig b/drivers/platform/cznic/Kconfig
> index 49c383eb67854173..bf4bd7f00e32de09 100644
> --- a/drivers/platform/cznic/Kconfig
> +++ b/drivers/platform/cznic/Kconfig
> @@ -6,6 +6,7 @@
>  
>  menuconfig CZNIC_PLATFORMS
>  	bool "Platform support for CZ.NIC's Turris hardware"
> +	depends on MACH_ARMADA_38X || ARCH_MVEBU || PPC_P2020 || COMPILE_TEST

Not PPC_P2020. No driver yet in this directory for Turris 1.x.

>  	help
>  	  Say Y here to be able to choose driver support for CZ.NIC's Turris
>  	  devices. This option alone does not add any kernel code.
> -- 
> 2.43.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ