Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313759
b: refs/heads/master
c: b16b2a2
h: refs/heads/master
i:
  313757: da783e9
  313755: fee7e08
  313751: 7a1edd6
  313743: 63ca38f
  313727: c060158
v: v3
  • Loading branch information
Paul Mundt committed Jun 20, 2012
1 parent fcba18c commit 7dfac08
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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: b3c185a7614cd95ea9b68d89a8d1ee4227ee9018
refs/heads/master: b16b2a262c234d6abd8899d41769278337fff5b5
15 changes: 15 additions & 0 deletions trunk/drivers/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@ menu "SuperH / SH-Mobile Driver Options"

source "drivers/sh/intc/Kconfig"

comment "Pin function controller options"

config SH_PFC
# XXX move off the gpio dependency
depends on GENERIC_GPIO
select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
def_bool y

config GPIO_SH_PFC
tristate "SuperH PFC GPIO support"
depends on SH_PFC && GPIOLIB
help
This enables support for GPIOs within the SoC's pin function
controller.

endmenu
3 changes: 2 additions & 1 deletion trunk/drivers/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ obj-y := intc/
obj-$(CONFIG_HAVE_CLK) += clk/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_GENERIC_GPIO) += pfc.o pfc-gpio.o
obj-$(CONFIG_SH_PFC) += pfc.o
obj-$(CONFIG_GPIO_SH_PFC) += pfc-gpio.o
obj-y += pm_runtime.o

0 comments on commit 7dfac08

Please sign in to comment.