Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336353
b: refs/heads/master
c: 604bb7d
h: refs/heads/master
i:
  336351: ae2cd34
v: v3
  • Loading branch information
Viresh Kumar authored and Linus Walleij committed Nov 11, 2012
1 parent 7b06d81 commit 4ac2df7
Show file tree
Hide file tree
Showing 4 changed files with 755 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f23f1516b6757c326cc638bed8c402c77e2a596e
refs/heads/master: 604bb7da77803cc01366c85fd5bcbc88b6dbe33a
7 changes: 7 additions & 0 deletions trunk/drivers/pinctrl/spear/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ config PINCTRL_SPEAR1340
depends on MACH_SPEAR1340
select PINCTRL_SPEAR

config PINCTRL_SPEAR_PLGPIO
bool "SPEAr SoC PLGPIO Controller"
depends on GPIOLIB && PINCTRL_SPEAR
help
Say yes here to support PLGPIO controller on ST Microelectronics SPEAr
SoCs.

endif
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/spear/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPEAr pinmux support

obj-$(CONFIG_PINCTRL_SPEAR_PLGPIO) += pinctrl-plgpio.o
obj-$(CONFIG_PINCTRL_SPEAR) += pinctrl-spear.o
obj-$(CONFIG_PINCTRL_SPEAR3XX) += pinctrl-spear3xx.o
obj-$(CONFIG_PINCTRL_SPEAR300) += pinctrl-spear300.o
Expand Down
Loading

0 comments on commit 4ac2df7

Please sign in to comment.