From: Linus Walleij Date: Tue, 4 Oct 2016 11:56:19 +0000 (+0200) Subject: bus: qcom-ebi2: depend on ARCH_QCOM or COMPILE_TEST X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5fac7e8405a951f536dfcea09c6f6adb904a08a8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git bus: qcom-ebi2: depend on ARCH_QCOM or COMPILE_TEST This hides the option for people who do not want their Kconfig vision cluttered (i.e. x86) and enables compile testing apart from the supported main arch. Cc: Stephen Boyd Cc: Arnd Bergmann Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson --- diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 7010dcac9328..78751057164a 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -111,6 +111,7 @@ config OMAP_OCP2SCP config QCOM_EBI2 bool "Qualcomm External Bus Interface 2 (EBI2)" depends on HAS_IOMEM + depends on ARCH_QCOM || COMPILE_TEST help Say y here to enable support for the Qualcomm External Bus Interface 2, which can be used to connect things like NAND Flash,