Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340139
b: refs/heads/master
c: f0b9a7e
h: refs/heads/master
i:
  340137: f49a434
  340135: 6bf9053
v: v3
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Nov 22, 2012
1 parent a32f803 commit d590731
Show file tree
Hide file tree
Showing 4 changed files with 926 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: 1355bbc480b12ea5b5ec7d171ee34399dc57ec23
refs/heads/master: f0b9a7e521fa2fc5f3e0e57472126a6fed9cbb99
5 changes: 5 additions & 0 deletions trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ config PINCTRL_EXYNOS4
depends on OF && GPIOLIB
select PINCTRL_SAMSUNG

config PINCTRL_EXYNOS5440
bool "Samsung EXYNOS5440 SoC pinctrl driver"
select PINMUX
select PINCONF

config PINCTRL_MVEBU
bool
depends on ARCH_MVEBU
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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_PINCTRL_EXYNOS5440) += pinctrl-exynos5440.o
obj-$(CONFIG_PINCTRL_MVEBU) += pinctrl-mvebu.o
obj-$(CONFIG_PINCTRL_DOVE) += pinctrl-dove.o
obj-$(CONFIG_PINCTRL_KIRKWOOD) += pinctrl-kirkwood.o
Expand Down
Loading

0 comments on commit d590731

Please sign in to comment.