diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-10-04 13:56:19 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-10-17 13:46:09 -0700 |
commit | 5fac7e8405a951f536dfcea09c6f6adb904a08a8 (patch) | |
tree | 0db2ba01decb2d85668bda5bfda19c57b64e9087 /drivers/bus | |
parent | 1b283eea6228880b765bc40fe4e555416437ce58 (diff) | |
download | linux-5fac7e8405a951f536dfcea09c6f6adb904a08a8.tar.bz2 |
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>
Diffstat (limited to 'drivers/bus')
-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 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, |