diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-21 01:19:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-22 04:23:14 -0400 |
commit | 0163acf3c7fd2418f7bc86890e8950ddca510f07 (patch) | |
tree | 45110a4a81f7a2c2d4745650cecb988db19b492b /arch/arm/mach-shmobile/Kconfig | |
parent | 4f0836b4f9b9bf807719f203205f251a7a46ebd9 (diff) |
ARM: mach-shmobile: sh7377 clock framework V2
This patch is V2 of clock framework tables/code for sh7377.
MSTP support is included for the following hardware blocks:
KEYSC, SCIF, IIC, IRDA, FLCTL, USB, SDHI and UIO.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a2a0734344a8..a69e033ca045 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -15,6 +15,7 @@ config ARCH_SH7377 | |||
15 | select CPU_V7 | 15 | select CPU_V7 |
16 | select HAVE_CLK | 16 | select HAVE_CLK |
17 | select COMMON_CLKDEV | 17 | select COMMON_CLKDEV |
18 | select SH_CLK_CPG | ||
18 | select GENERIC_CLOCKEVENTS | 19 | select GENERIC_CLOCKEVENTS |
19 | 20 | ||
20 | config ARCH_SH7372 | 21 | config ARCH_SH7372 |