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]
Message-ID: <20241022125031.GA9497@pendragon.ideasonboard.com>
Date: Tue, 22 Oct 2024 15:50:31 +0300
From: Laurent Pinchart <laurent.pinchart@...asonboard.com>
To: Jean Delvare <jdelvare@...e.de>
Cc: Lee Jones <lee@...nel.org>, linux-kernel@...r.kernel.org,
	Haibo Chen <haibo.chen@....com>, Frank Li <Frank.Li@....com>
Subject: Re: [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST

Hi Jean,

Thank you for the patch.

On Tue, Oct 22, 2024 at 12:47:45PM +0200, Jean Delvare wrote:
> Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), it
> is possible to test-build any driver which depends on OF on any
> architecture by explicitly selecting OF. Therefore depending on
> COMPILE_TEST as an alternative is no longer needed.
> 
> Signed-off-by: Jean Delvare <jdelvare@...e.de>

Reviewed-by: Laurent Pinchart <laurent.pinchart@...asonboard.com>

> ---
>  drivers/mfd/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-6.12-rc4.orig/drivers/mfd/Kconfig
> +++ linux-6.12-rc4/drivers/mfd/Kconfig
> @@ -25,7 +25,7 @@ config MFD_ADP5585
>  	select MFD_CORE
>  	select REGMAP_I2C
>  	depends on I2C
> -	depends on OF || COMPILE_TEST
> +	depends on OF
>  	help
>  	  Say yes here to add support for the Analog Devices ADP5585 GPIO
>  	  expander, PWM and keypad controller. This includes the I2C driver and

-- 
Regards,

Laurent Pinchart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ