Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355373
b: refs/heads/master
c: 6e54d8d
h: refs/heads/master
i:
  355371: 9fb6acf
v: v3
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jan 25, 2013
1 parent 3a3d583 commit 386c741
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 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: 56dc04af3b5e54be330e18630301d2bda5d365eb
refs/heads/master: 6e54d8d252ed09ae148af6565971974af9a96e10
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ config PINCTRL_EXYNOS5440
select PINCONF

source "drivers/pinctrl/mvebu/Kconfig"

source "drivers/pinctrl/sh-pfc/Kconfig"
source "drivers/pinctrl/spear/Kconfig"

config PINCTRL_XWAY
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ obj-$(CONFIG_PINCTRL_XWAY) += pinctrl-xway.o
obj-$(CONFIG_PINCTRL_LANTIQ) += pinctrl-lantiq.o

obj-$(CONFIG_PLAT_ORION) += mvebu/
obj-$(CONFIG_ARCH_SHMOBILE) += sh-pfc/
obj-$(CONFIG_SUPERH) += sh-pfc/
obj-$(CONFIG_PLAT_SPEAR) += spear/
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
comment "Pin function controller options"
#
# Renesas SH and SH Mobile PINCTRL drivers
#

config SH_PFC
if ARCH_SHMOBILE || SUPERH

config PINCTRL_SH_PFC
# XXX move off the gpio dependency
depends on GENERIC_GPIO
select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
select PINCTRL_SH_PFC
select PINCTRL
select PINMUX
select PINCONF
def_bool y
help
This enables pin control drivers for SH and SH Mobile platforms

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

endif
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sh-pfc-objs = core.o pinctrl.o
ifeq ($(CONFIG_GPIO_SH_PFC),y)
sh-pfc-objs += gpio.o
endif
obj-y += sh-pfc.o
obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion trunk/drivers/sh/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
menu "SuperH / SH-Mobile Driver Options"

source "drivers/sh/intc/Kconfig"
source "drivers/sh/pfc/Kconfig"

endmenu
1 change: 0 additions & 1 deletion trunk/drivers/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ obj-y := intc/

obj-$(CONFIG_HAVE_CLK) += clk/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SH_PFC) += pfc/
obj-$(CONFIG_SUPERHYWAY) += superhyway/

obj-y += pm_runtime.o

0 comments on commit 386c741

Please sign in to comment.