Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267022
b: refs/heads/master
c: 393daa8
h: refs/heads/master
v: v3
  • Loading branch information
Rongjun Ying authored and Linus Walleij committed Oct 13, 2011
1 parent 8ee814f commit 7887074
Show file tree
Hide file tree
Showing 4 changed files with 1,224 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: 98da3529536ed3c78ae493f4cc3d7ac8d43fc72c
refs/heads/master: 393daa814f4bbc6f5c099178c073fae9f7ef6177
7 changes: 7 additions & 0 deletions trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ config DEBUG_PINCTRL
help
Say Y here to add some extra checks and diagnostics to PINCTRL calls.

config PINMUX_SIRF
bool "CSR SiRFprimaII pinmux driver"
depends on ARCH_PRIMA2
select PINMUX
help
Say Y here to enable the SiRFprimaII pinmux driver

config PINMUX_U300
bool "U300 pinmux driver"
depends on ARCH_U300
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG

obj-$(CONFIG_PINCTRL) += core.o
obj-$(CONFIG_PINMUX) += pinmux.o
obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o
obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o
Loading

0 comments on commit 7887074

Please sign in to comment.