* [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST
@ 2024-10-22 10:47 Jean Delvare
2024-10-22 12:50 ` Laurent Pinchart
2024-10-31 16:17 ` (subset) " Lee Jones
0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2024-10-22 10:47 UTC (permalink / raw)
To: Lee Jones; +Cc: linux-kernel, Haibo Chen, Laurent Pinchart, Frank Li
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@suse.de>
---
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
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST
2024-10-22 10:47 [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST Jean Delvare
@ 2024-10-22 12:50 ` Laurent Pinchart
2024-10-31 16:17 ` (subset) " Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2024-10-22 12:50 UTC (permalink / raw)
To: Jean Delvare; +Cc: Lee Jones, linux-kernel, Haibo Chen, Frank Li
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@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: (subset) [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST
2024-10-22 10:47 [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST Jean Delvare
2024-10-22 12:50 ` Laurent Pinchart
@ 2024-10-31 16:17 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2024-10-31 16:17 UTC (permalink / raw)
To: Lee Jones, Jean Delvare
Cc: linux-kernel, Haibo Chen, Laurent Pinchart, Frank Li
On Tue, 22 Oct 2024 12:47:45 +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.
>
>
Applied, thanks!
[1/1] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST
commit: ac16ab764455824005e06fe0b37695a6eb72b282
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-31 16:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 10:47 [PATCH] mfd: adp5585: Drop obsolete dependency on COMPILE_TEST Jean Delvare
2024-10-22 12:50 ` Laurent Pinchart
2024-10-31 16:17 ` (subset) " Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox