Skip to content

Commit

Permalink
Merge branch 'common/pfc' into common/pinctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Jul 10, 2012
2 parents 2437fcc + afae021 commit a18d7f9
Show file tree
Hide file tree
Showing 8 changed files with 953 additions and 757 deletions.
1 change: 1 addition & 0 deletions drivers/sh/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
menu "SuperH / SH-Mobile Driver Options"

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

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

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

obj-y += pm_runtime.o
Loading

0 comments on commit a18d7f9

Please sign in to comment.