diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-25 12:45:50 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-02 09:32:07 +0900 |
commit | 0cdc23df6e4014a6dafe351da436dcc453f203b1 (patch) | |
tree | 009a726a299307729b6a96fdaac2126b9a5bab73 /arch/arm/Kconfig | |
parent | 0ed82bc9895daad86966d53e561330929774f92d (diff) | |
download | linux-0cdc23df6e4014a6dafe351da436dcc453f203b1.tar.bz2 |
ARM: shmobile: Consolidate Legacy SH_CLK_CPG Kconfig
Consolidate SH_CLK_CPG under ARCH_SHMOBILE_LEGACY so it can
be shared by the legacy ARM mach-shmobile support code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 93efc9adb002..bd8beaebf0ec 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -661,6 +661,7 @@ config ARCH_SHMOBILE_LEGACY select NO_IOPORT_MAP select PINCTRL select PM_GENERIC_DOMAINS if PM + select SH_CLK_CPG select SPARSE_IRQ help Support for Renesas ARM SoC platforms using a non-multiplatform |