Skip to content

Commit 5fac7e8

Browse files
Linus Walleijolofj
authored andcommitted
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>
1 parent 1b283ee commit 5fac7e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/bus/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ config OMAP_OCP2SCP
111111
config QCOM_EBI2
112112
bool "Qualcomm External Bus Interface 2 (EBI2)"
113113
depends on HAS_IOMEM
114+
depends on ARCH_QCOM || COMPILE_TEST
114115
help
115116
Say y here to enable support for the Qualcomm External Bus
116117
Interface 2, which can be used to connect things like NAND Flash,

0 commit comments

Comments
 (0)