aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-01-12 02:08:55 -0500
committerAndy Gross <andy.gross@linaro.org>2017-01-17 00:07:41 -0500
commitc5d8ccfec0e5356ca901b7fdf3c2361835e51725 (patch)
treecfa34709ac45e4304e2ede926f0ab4a028c5099b
parentb58a2d31f946f09f507f8a9a59a3356e375c6782 (diff)
bus: qcom_ebi2: default y if ARCH_QCOM
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> Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r--drivers/bus/Kconfig1
1 files changed, 1 insertions, 0 deletions
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
112 bool "Qualcomm External Bus Interface 2 (EBI2)" 112 bool "Qualcomm External Bus Interface 2 (EBI2)"
113 depends on HAS_IOMEM 113 depends on HAS_IOMEM
114 depends on ARCH_QCOM || COMPILE_TEST 114 depends on ARCH_QCOM || COMPILE_TEST
115 default ARCH_QCOM
115 help 116 help
116 Say y here to enable support for the Qualcomm External Bus 117 Say y here to enable support for the Qualcomm External Bus
117 Interface 2, which can be used to connect things like NAND Flash, 118 Interface 2, which can be used to connect things like NAND Flash,