Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282153
b: refs/heads/master
c: 3bece55
h: refs/heads/master
i:
  282151: 5def186
v: v3
  • Loading branch information
Linus Walleij committed Jan 3, 2012
1 parent 89b1e83 commit a730cd2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43699dea1ea21a0d5786317a794cb2ba27a6f4fe
refs/heads/master: 3bece55aa5356af0171aaa64fd9c4f7601c47f1c
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-u300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comment "ST-Ericsson Mobile Platform Products"
config MACH_U300
bool "U300"
select PINCTRL
select PINMUX_U300
select PINCTRL_U300
select PINCTRL_COH901

comment "ST-Ericsson U300/U330/U335/U365 Feature Selections"
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,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"
config PINCTRL_SIRF
bool "CSR SiRFprimaII pin controller driver"
depends on ARCH_PRIMA2
select PINMUX

config PINMUX_U300
bool "U300 pinmux driver"
config PINCTRL_U300
bool "U300 pin controller driver"
depends on ARCH_U300
select PINMUX

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
obj-$(CONFIG_PINCTRL) += core.o
obj-$(CONFIG_PINMUX) += pinmux.o
obj-$(CONFIG_PINCONF) += pinconf.o
obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o
obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o
obj-$(CONFIG_PINCTRL_SIRF) += pinctrl-sirf.o
obj-$(CONFIG_PINCTRL_U300) += pinctrl-u300.o
obj-$(CONFIG_PINCTRL_COH901) += pinctrl-coh901.o
File renamed without changes.
File renamed without changes.

0 comments on commit a730cd2

Please sign in to comment.