projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5459a
)
extcon: qcom-spmi-misc: add dependency on ARCH_QCOM
author
Peter Robinson
<pbrobinson@gmail.com>
Sat, 20 May 2017 16:45:07 +0000
(17:45 +0100)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Tue, 23 May 2017 09:35:42 +0000
(18:35 +0900)
Depend on the architecture the device actuall is in, also add
dep on the compile test to ensure continued coverage.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/extcon/Kconfig
b/drivers/extcon/Kconfig
index 32f2dc8e4702c85cfa875d981b008d3b11a254be..6d50071f07d554d3b99ab9e6c2948fa079de6ab7 100644
(file)
--- a/
drivers/extcon/Kconfig
+++ b/
drivers/extcon/Kconfig
@@
-115,6
+115,7
@@
config EXTCON_PALMAS
config EXTCON_QCOM_SPMI_MISC
tristate "Qualcomm USB extcon support"
+ depends on ARCH_QCOM || COMPILE_TEST
help
Say Y here to enable SPMI PMIC based USB cable detection
support on Qualcomm PMICs such as PM8941.