From: Santosh Shilimkar Date: Sun, 14 Jul 2013 15:44:53 +0000 (-0400) Subject: ARM: keystone: Enable clock drivers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4a19aad2b1623aee85a38e316d5868d1596f54c3;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ARM: keystone: Enable clock drivers Enable common clock drivers on Keystone 2 based SOCs. Signed-off-by: Santosh Shilimkar --- 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 select GENERIC_CLOCKEVENTS select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_ERRATA_798181 if SMP + select COMMON_CLK_KEYSTONE help Support for boards based on the Texas Instruments Keystone family of SoCs.