Linux CAN drivers development
 help / color / mirror / Atom feed
* [PATCH] can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST
@ 2024-10-22 11:04 Jean Delvare
  2024-10-22 13:22 ` Vincent MAILHOL
  0 siblings, 1 reply; 9+ messages in thread
From: Jean Delvare @ 2024-10-22 11:04 UTC (permalink / raw)
  To: linux-can; +Cc: Vincent Mailhol, kernel, Marc Kleine-Budde

Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), OF
can be enabled on all architectures. Therefore depending on
COMPILE_TEST as an alternative is no longer needed.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
---
 drivers/net/can/rockchip/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-6.12-rc4.orig/drivers/net/can/rockchip/Kconfig
+++ linux-6.12-rc4/drivers/net/can/rockchip/Kconfig
@@ -2,7 +2,7 @@
 
 config CAN_ROCKCHIP_CANFD
 	tristate "Rockchip CAN-FD controller"
-	depends on OF || COMPILE_TEST
+	depends on OF
 	select CAN_RX_OFFLOAD
 	help
 	  Say Y here if you want to use CAN-FD controller found on


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-11-25  8:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 11:04 [PATCH] can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST Jean Delvare
2024-10-22 13:22 ` Vincent MAILHOL
2024-10-22 17:04   ` Jean Delvare
2024-10-23  5:20     ` Vincent MAILHOL
2024-11-12 11:15   ` Geert Uytterhoeven
2024-11-21 13:50     ` Jean Delvare
2024-11-22 14:33       ` Geert Uytterhoeven
2024-11-22 14:36         ` Geert Uytterhoeven
2024-11-25  8:26         ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox