All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: arch_k3: Replace select with imply for TI mailbox and TI SCI
@ 2022-11-25 10:41 ` Nicolas Frayer
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Frayer @ 2022-11-25 10:41 UTC (permalink / raw)
  To: nm, kristo, ssantosh, linux-arm-kernel, jassisinghbrar,
	catalin.marinas, will, linux-kernel
  Cc: khilman, glaroque, nfrayer

In order to build TI mailbox and TI SCI as modules, replace
select with imply.

Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
---
v1->v2:
Use imply instead of removing select altogether and dropped
patches 2/3 and 3/3 from previous series as using imply makes
them redundant.

 arch/arm64/Kconfig.platforms | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 912529ac58b38..288935638c7ad 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,8 +126,8 @@ config ARCH_K3
 	select PM_GENERIC_DOMAINS if PM
 	select MAILBOX
 	select SOC_TI
-	select TI_MESSAGE_MANAGER
-	select TI_SCI_PROTOCOL
+	imply TI_MESSAGE_MANAGER
+	imply TI_SCI_PROTOCOL
 	select TI_SCI_INTR_IRQCHIP
 	select TI_SCI_INTA_IRQCHIP
 	help
-- 
2.25.1


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

* [PATCH v2] arm64: arch_k3: Replace select with imply for TI mailbox and TI SCI
@ 2022-11-25 10:41 ` Nicolas Frayer
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Frayer @ 2022-11-25 10:41 UTC (permalink / raw)
  To: nm, kristo, ssantosh, linux-arm-kernel, jassisinghbrar,
	catalin.marinas, will, linux-kernel
  Cc: khilman, glaroque, nfrayer

In order to build TI mailbox and TI SCI as modules, replace
select with imply.

Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
---
v1->v2:
Use imply instead of removing select altogether and dropped
patches 2/3 and 3/3 from previous series as using imply makes
them redundant.

 arch/arm64/Kconfig.platforms | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 912529ac58b38..288935638c7ad 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,8 +126,8 @@ config ARCH_K3
 	select PM_GENERIC_DOMAINS if PM
 	select MAILBOX
 	select SOC_TI
-	select TI_MESSAGE_MANAGER
-	select TI_SCI_PROTOCOL
+	imply TI_MESSAGE_MANAGER
+	imply TI_SCI_PROTOCOL
 	select TI_SCI_INTR_IRQCHIP
 	select TI_SCI_INTA_IRQCHIP
 	help
-- 
2.25.1


_______________________________________________
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

end of thread, other threads:[~2022-11-25 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 10:41 [PATCH v2] arm64: arch_k3: Replace select with imply for TI mailbox and TI SCI Nicolas Frayer
2022-11-25 10:41 ` Nicolas Frayer

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.