Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Linus Walleij and committed by
Andy Gross
c5d8ccfe b58a2d31

+1
+1
drivers/bus/Kconfig
··· 112 112 bool "Qualcomm External Bus Interface 2 (EBI2)" 113 113 depends on HAS_IOMEM 114 114 depends on ARCH_QCOM || COMPILE_TEST 115 + default ARCH_QCOM 115 116 help 116 117 Say y here to enable support for the Qualcomm External Bus 117 118 Interface 2, which can be used to connect things like NAND Flash,