From: Linus Walleij Date: Thu, 12 Jan 2017 07:08:55 +0000 (+0100) Subject: bus: qcom_ebi2: default y if ARCH_QCOM X-Git-Tag: v4.11-rc1~85^2~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5d8ccfec0e5356ca901b7fdf3c2361835e51725;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Linus Walleij Signed-off-by: Andy Gross --- diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index b9e8cfc93c7ed..0a52da439abff 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,