linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bus: qcom_ebi2: default y if ARCH_QCOM
@ 2017-01-12  7:08 Linus Walleij
  2017-01-12 15:44 ` Andy Gross
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2017-01-12  7:08 UTC (permalink / raw)
  To: linux-arm-kernel

Since we want this external bus to be available on multi_v7 builds,
set to default ARCH_QCOM so we get it selected whenever QCOM is
enabled.

Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Andy: I guess you could queue this to ARM SoC, they seem so manage
drivers/bus from there.
---
 drivers/bus/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index b9e8cfc93c7e..0a52da439abf 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -112,6 +112,7 @@ config QCOM_EBI2
 	bool "Qualcomm External Bus Interface 2 (EBI2)"
 	depends on HAS_IOMEM
 	depends on ARCH_QCOM || COMPILE_TEST
+	default ARCH_QCOM
 	help
 	  Say y here to enable support for the Qualcomm External Bus
 	  Interface 2, which can be used to connect things like NAND Flash,
-- 
2.9.3

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

* [PATCH] bus: qcom_ebi2: default y if ARCH_QCOM
  2017-01-12  7:08 [PATCH] bus: qcom_ebi2: default y if ARCH_QCOM Linus Walleij
@ 2017-01-12 15:44 ` Andy Gross
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Gross @ 2017-01-12 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 12, 2017 at 08:08:55AM +0100, Linus Walleij wrote:
> Since we want this external bus to be available on multi_v7 builds,
> set to default ARCH_QCOM so we get it selected whenever QCOM is
> enabled.
> 
> Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Andy: I guess you could queue this to ARM SoC, they seem so manage
> drivers/bus from there.

No worries.  I'll add this to my list.


Thanks,

Andy

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

end of thread, other threads:[~2017-01-12 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12  7:08 [PATCH] bus: qcom_ebi2: default y if ARCH_QCOM Linus Walleij
2017-01-12 15:44 ` Andy Gross

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).