aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2013-07-14 11:44:53 -0400
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2013-10-08 15:33:02 -0400
commit4a19aad2b1623aee85a38e316d5868d1596f54c3 (patch)
tree839836ebf74d59e184d9b1e227ab9a8b7fd1bdbf /arch/arm/mach-keystone
parentf023bd1062038558f648570bdafbe3318089105a (diff)
ARM: keystone: Enable clock drivers
Enable common clock drivers on Keystone 2 based SOCs. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index 366d1a3b418d..d7c425d701df 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -9,6 +9,7 @@ config ARCH_KEYSTONE
9 select GENERIC_CLOCKEVENTS 9 select GENERIC_CLOCKEVENTS
10 select ARCH_WANT_OPTIONAL_GPIOLIB 10 select ARCH_WANT_OPTIONAL_GPIOLIB
11 select ARM_ERRATA_798181 if SMP 11 select ARM_ERRATA_798181 if SMP
12 select COMMON_CLK_KEYSTONE
12 help 13 help
13 Support for boards based on the Texas Instruments Keystone family of 14 Support for boards based on the Texas Instruments Keystone family of
14 SoCs. 15 SoCs.