All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: imx: drop COMPILE_TEST for IMX_SCU_SOC
@ 2020-03-16  3:09 ` peng.fan
  0 siblings, 0 replies; 4+ messages in thread
From: peng.fan @ 2020-03-16  3:09 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

With COMPILE_TEST, there will be build error, because IMX_SCU
might be set to n, so drop COMPILE_TEST.

Suggested-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/soc/imx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 0b69024296d5..b18271e99d4f 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
 
 config IMX_SCU_SOC
 	bool "i.MX System Controller Unit SoC info support"
-	depends on IMX_SCU || COMPILE_TEST
+	depends on IMX_SCU
 	select SOC_BUS
 	help
 	  If you say yes here you get support for the NXP i.MX System
-- 
2.16.4


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

* [PATCH] soc: imx: drop COMPILE_TEST for IMX_SCU_SOC
@ 2020-03-16  3:09 ` peng.fan
  0 siblings, 0 replies; 4+ messages in thread
From: peng.fan @ 2020-03-16  3:09 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: Peng Fan, linux-kernel, linux-imx, kernel, festevam, linux-arm-kernel

From: Peng Fan <peng.fan@nxp.com>

With COMPILE_TEST, there will be build error, because IMX_SCU
might be set to n, so drop COMPILE_TEST.

Suggested-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/soc/imx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 0b69024296d5..b18271e99d4f 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
 
 config IMX_SCU_SOC
 	bool "i.MX System Controller Unit SoC info support"
-	depends on IMX_SCU || COMPILE_TEST
+	depends on IMX_SCU
 	select SOC_BUS
 	help
 	  If you say yes here you get support for the NXP i.MX System
-- 
2.16.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] soc: imx: drop COMPILE_TEST for IMX_SCU_SOC
  2020-03-16  3:09 ` peng.fan
@ 2020-03-16  6:01   ` Shawn Guo
  -1 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2020-03-16  6:01 UTC (permalink / raw)
  To: peng.fan
  Cc: s.hauer, kernel, festevam, linux-imx, linux-arm-kernel, linux-kernel

On Mon, Mar 16, 2020 at 11:09:02AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> With COMPILE_TEST, there will be build error, because IMX_SCU
> might be set to n, so drop COMPILE_TEST.
> 
> Suggested-by: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.

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

* Re: [PATCH] soc: imx: drop COMPILE_TEST for IMX_SCU_SOC
@ 2020-03-16  6:01   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2020-03-16  6:01 UTC (permalink / raw)
  To: peng.fan
  Cc: s.hauer, linux-kernel, linux-imx, kernel, festevam, linux-arm-kernel

On Mon, Mar 16, 2020 at 11:09:02AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> With COMPILE_TEST, there will be build error, because IMX_SCU
> might be set to n, so drop COMPILE_TEST.
> 
> Suggested-by: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-03-16  6:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16  3:09 [PATCH] soc: imx: drop COMPILE_TEST for IMX_SCU_SOC peng.fan
2020-03-16  3:09 ` peng.fan
2020-03-16  6:01 ` Shawn Guo
2020-03-16  6:01   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.