linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] bus: imx-weim: support compile test
@ 2024-08-27  3:23 Wu Bo
  2024-08-27  3:23 ` [PATCH v2 2/2] bus: imx-weim: change to use devm_clk_get_enabled() helper Wu Bo
  2024-09-01  9:07 ` [PATCH v2 1/2] bus: imx-weim: support compile test Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Wu Bo @ 2024-08-27  3:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Lucas Stach, Rob Herring, Wu Bo, imx, linux-arm-kernel

Add COMPILE_TEST to support code compile test

Signed-off-by: Wu Bo <bo.wu@vivo.com>
---
 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 64cd2ee03aa3..ff669a8ccad9 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -89,7 +89,7 @@ config HISILICON_LPC
 
 config IMX_WEIM
 	bool "Freescale EIM DRIVER"
-	depends on ARCH_MXC
+	depends on ARCH_MXC || COMPILE_TEST
 	help
 	  Driver for i.MX WEIM controller.
 	  The WEIM(Wireless External Interface Module) works like a bus.
-- 
2.25.1



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

end of thread, other threads:[~2024-09-01  9:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  3:23 [PATCH v2 1/2] bus: imx-weim: support compile test Wu Bo
2024-08-27  3:23 ` [PATCH v2 2/2] bus: imx-weim: change to use devm_clk_get_enabled() helper Wu Bo
2024-09-01  9:07 ` [PATCH v2 1/2] bus: imx-weim: support compile test Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).