-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
- Loading branch information
Laurent Pinchart
authored and
Simon Horman
committed
Jan 25, 2013
1 parent
56dc04a
commit 6e54d8d
Showing
10 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters