diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-10 19:57:11 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-12 07:52:48 -0400 |
commit | 6700397a8164f58a6637fa26d9fd752aa8cf2fd1 (patch) | |
tree | baf05f38f67cebf4a8dc83032f3b920802c7ab9c /arch/arm | |
parent | 8a8ab2e64e09b56dc1324fd2f7da12346166cad1 (diff) |
ARM: S3C64XX: Enable TCM support
The S3C64xx CPUs have TCMs so enable the kernel support for it
on these systems.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-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 52f1027d9cb1..28413d232514 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -715,6 +715,7 @@ config ARCH_S3C64XX | |||
715 | select CPU_V6 | 715 | select CPU_V6 |
716 | select ARM_VIC | 716 | select ARM_VIC |
717 | select HAVE_CLK | 717 | select HAVE_CLK |
718 | select HAVE_TCM | ||
718 | select CLKDEV_LOOKUP | 719 | select CLKDEV_LOOKUP |
719 | select NO_IOPORT | 720 | select NO_IOPORT |
720 | select ARCH_USES_GETTIMEOFFSET | 721 | select ARCH_USES_GETTIMEOFFSET |