]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bus: qcom_ebi2: default y if ARCH_QCOM
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 12 Jan 2017 07:08:55 +0000 (08:08 +0100)
committerAndy Gross <andy.gross@linaro.org>
Tue, 17 Jan 2017 05:07:41 +0000 (23:07 -0600)
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>
drivers/bus/Kconfig

index b9e8cfc93c7ed0ed9515820e263e39827d0aa833..0a52da439abff2da10900ac96ecc34cb9c70a306 100644 (file)
@@ -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,