All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: imx8: Fix soc-imx8 dependency on SOC_BUS
@ 2019-04-30  1:21 Bryan O'Donoghue
  2019-04-30  1:52 ` Leonard Crestez
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan O'Donoghue @ 2019-04-30  1:21 UTC (permalink / raw)
  To: shawnguo
  Cc: Abel Vesa, linux-imx, Bryan O'Donoghue, Leonard Crestez,
	festevam, linux-arm-kernel

Commit a7e26f356ca1 ("soc: imx: Add generic i.MX8 SoC driver") compiles in
soc-imx8 when ARCH_MXC is true.

Since the soc-imx8 driver depends on soc_device_register() compilation will
fail unless SOC_BUS is also selected.

Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: Abel Vesa <abel.vesa@nxp.com>
Cc: Leonard Crestez <leonard.crestez@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 0f4d91824e4b..c86bccbb118a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -162,6 +162,7 @@ config ARCH_MXC
 	select IMX_GPCV2_PM_DOMAINS
 	select PM
 	select PM_GENERIC_DOMAINS
+	select SOC_BUS
 	help
 	  This enables support for the ARMv8 based SoCs in the
 	  NXP i.MX family.
-- 
2.21.0


_______________________________________________
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] 2+ messages in thread

* Re: [PATCH] arm64: imx8: Fix soc-imx8 dependency on SOC_BUS
  2019-04-30  1:21 [PATCH] arm64: imx8: Fix soc-imx8 dependency on SOC_BUS Bryan O'Donoghue
@ 2019-04-30  1:52 ` Leonard Crestez
  0 siblings, 0 replies; 2+ messages in thread
From: Leonard Crestez @ 2019-04-30  1:52 UTC (permalink / raw)
  To: Bryan O'Donoghue, shawnguo, Yue Haibing
  Cc: festevam, dl-linux-imx, linux-arm-kernel, Abel Vesa

On 4/30/2019 4:21 AM, Bryan O'Donoghue wrote:
> Commit a7e26f356ca1 ("soc: imx: Add generic i.MX8 SoC driver") compiles in
> soc-imx8 when ARCH_MXC is true.
> 
> Since the soc-imx8 driver depends on soc_device_register() compilation will
> fail unless SOC_BUS is also selected.

Duplicate: https://lkml.org/lkml/2019/4/24/256

_______________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2019-04-30  1:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30  1:21 [PATCH] arm64: imx8: Fix soc-imx8 dependency on SOC_BUS Bryan O'Donoghue
2019-04-30  1:52 ` Leonard Crestez

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.