diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-07-10 06:49:30 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-07-10 06:49:30 +0400 |
commit | afae021abeadc58aec5074f26a1d62912773edf7 (patch) | |
tree | 87b4bf236101a53051893b14795a79e08ad64916 /drivers/sh/Kconfig | |
parent | 06d5631f56460917af3d9417ef63811cf0cad9ce (diff) | |
download | linux-afae021abeadc58aec5074f26a1d62912773edf7.tar.xz |
sh: pfc: Shuffle PFC support core.
This follows the intc/clk changes and shuffles the PFC support code under
its own directory. This will facilitate better code sharing, and allow us
to trim down the exported interface by quite a margin.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/Kconfig')
-rw-r--r-- | drivers/sh/Kconfig | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/sh/Kconfig b/drivers/sh/Kconfig index d7dbfee1bc70..d860ef743568 100644 --- a/drivers/sh/Kconfig +++ b/drivers/sh/Kconfig @@ -1,20 +1,6 @@ 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. +source "drivers/sh/pfc/Kconfig" endmenu |