projects
/
GitHub
/
LineageOS
/
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:
1d2d8ce
)
pinctrl: make the MSM SoC driver depend on OF
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 9 Dec 2013 08:26:01 +0000
(09:26 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 11 Dec 2013 10:06:32 +0000
(11:06 +0100)
We had a compilation failure on x86_64 due to missing OF support
as this was an implicit dependency. Add an explicit dependency
on OF and OF_IRQ on the SoC driver.
Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/Kconfig
b/drivers/pinctrl/Kconfig
index 06e057bb33764be79ef4f0dc4c477a72c0eff83b..30fcb897eb99ed7a4f9c37adce56f7f6165960f8 100644
(file)
--- a/
drivers/pinctrl/Kconfig
+++ b/
drivers/pinctrl/Kconfig
@@
-211,6
+211,7
@@
config PINCTRL_MSM
config PINCTRL_MSM8X74
bool "Qualcomm 8x74 pin controller driver"
+ depends on OF && OF_IRQ
select PINCTRL_MSM
config PINCTRL_NOMADIK