Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327013
b: refs/heads/master
c: 43b169d
h: refs/heads/master
i:
  327011: a9c301c
v: v3
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Sep 6, 2012
1 parent 57248c9 commit 9b9f87c
Show file tree
Hide file tree
Showing 5 changed files with 783 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: 30574f0db1b16fedf705cb792099f8a3171598eb
refs/heads/master: 43b169db184184e1df8dea198d454a06602c5150
4 changes: 4 additions & 0 deletions trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ config PINCTRL_SAMSUNG
select PINMUX
select PINCONF

config PINCTRL_EXYNOS4
bool "Pinctrl driver data for Exynos4 SoC"
select PINCTRL_SAMSUNG

source "drivers/pinctrl/spear/Kconfig"

endmenu
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ obj-$(CONFIG_PINCTRL_TEGRA30) += pinctrl-tegra30.o
obj-$(CONFIG_PINCTRL_U300) += pinctrl-u300.o
obj-$(CONFIG_PINCTRL_COH901) += pinctrl-coh901.o
obj-$(CONFIG_PINCTRL_SAMSUNG) += pinctrl-samsung.o
obj-$(CONFIG_PINCTRL_EXYNOS4) += pinctrl-exynos.o

obj-$(CONFIG_PLAT_SPEAR) += spear/
Loading

0 comments on commit 9b9f87c

Please sign in to comment.