summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-10-16 12:15:33 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-18 09:02:24 +0200
commit6e3aa6bec3d93be5e4fcfe334a43c9b3942208de (patch)
tree6ce2cacb677ab2dd4a6bccd71f082a599d4b3319 /arch/arm/mach-imx/Kconfig
parentc3389cfed5794bfc862e79d472f6a1cf66e6d76b (diff)
downloadbarebox-6e3aa6bec3d93be5e4fcfe334a43c9b3942208de.tar.gz
barebox-6e3aa6bec3d93be5e4fcfe334a43c9b3942208de.tar.xz
VFxxx: Select CLOCKSOURCE_ARM_GLOBAL_TIMER
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 63a92bd5bd..1320fc4d90 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -184,6 +184,7 @@ config ARCH_VF610
select COMMON_CLK_OF_PROVIDER
select NVMEM
select IMX_OCOTP # Needed for clock adjustement
+ select CLOCKSOURCE_ARM_GLOBAL_TIMER
config IMX_MULTI_BOARDS
bool "Allow multiple boards to be selected"