projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97da385
)
pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC
author
Peter Robinson
<pbrobinson@gmail.com>
Thu, 2 Mar 2017 17:46:36 +0000
(17:46 +0000)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 23 Mar 2017 09:10:38 +0000
(10:10 +0100)
As the IODelay driver is a hardware feature of the DRA7xxx SoC
depend on that SoC and compile test.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/ti/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/ti/Kconfig
b/drivers/pinctrl/ti/Kconfig
index 815a88673d38193b8c1313265d46b536738b3586..542077069391b9b262192a502809708476072e7e 100644
(file)
--- a/
drivers/pinctrl/ti/Kconfig
+++ b/
drivers/pinctrl/ti/Kconfig
@@
-1,6
+1,6
@@
config PINCTRL_TI_IODELAY
tristate "TI IODelay Module pinconf driver"
- depends on OF
+ depends on OF
&& (SOC_DRA7XX || COMPILE_TEST)
select GENERIC_PINCTRL_GROUPS
select GENERIC_PINMUX_FUNCTIONS
select GENERIC_PINCONF