projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b283ee
)
bus: qcom-ebi2: depend on ARCH_QCOM or COMPILE_TEST
author
Linus Walleij
<
[email protected]
>
Tue, 4 Oct 2016 11:56:19 +0000
(13:56 +0200)
committer
Olof Johansson
<
[email protected]
>
Mon, 17 Oct 2016 20:46:09 +0000
(13:46 -0700)
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 <
[email protected]
>
Cc: Arnd Bergmann <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
drivers/bus/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/bus/Kconfig
b/drivers/bus/Kconfig
index 7010dcac93288aa1984ea9d7d232bdd163e4d37a..78751057164aedfe29b270a69d10c7c6f7b3b73a 100644
(file)
--- 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,