diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-11 03:57:11 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-12 15:52:48 +0400 |
commit | 6700397a8164f58a6637fa26d9fd752aa8cf2fd1 (patch) | |
tree | baf05f38f67cebf4a8dc83032f3b920802c7ab9c | |
parent | 8a8ab2e64e09b56dc1324fd2f7da12346166cad1 (diff) | |
download | linux-6700397a8164f58a6637fa26d9fd752aa8cf2fd1.tar.xz |
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>
-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 select CPU_V6 select ARM_VIC select HAVE_CLK + select HAVE_TCM select CLKDEV_LOOKUP select NO_IOPORT select ARCH_USES_GETTIMEOFFSET |