diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-10-04 07:56:19 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-10-17 16:46:09 -0400 |
commit | 5fac7e8405a951f536dfcea09c6f6adb904a08a8 (patch) | |
tree | 0db2ba01decb2d85668bda5bfda19c57b64e9087 | |
parent | 1b283eea6228880b765bc40fe4e555416437ce58 (diff) |
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 <sboyd@codeaurora.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/bus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
111 | config QCOM_EBI2 | 111 | 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 | help | 115 | help |
115 | Say y here to enable support for the Qualcomm External Bus | 116 | Say y here to enable support for the Qualcomm External Bus |
116 | Interface 2, which can be used to connect things like NAND Flash, | 117 | Interface 2, which can be used to connect things like NAND Flash, |