summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-06-30 23:08:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-02 08:36:09 +0200
commitc16730e3c66bcab245aac993ce924caa129ca23d (patch)
treed3be5ef31ac92482ede2db00a782781de22c7188 /arch/arm/Kconfig
parentacc791fb107845f0a6e44ae2e1df392963950243 (diff)
downloadbarebox-c16730e3c66bcab245aac993ce924caa129ca23d.tar.gz
barebox-c16730e3c66bcab245aac993ce924caa129ca23d.tar.xz
tegra: add new clock framework driver
This removes the existing Tegra CAR driver and replaces it with code ported from the Linux clock framework. In the current state only the relevant PLLs are supported, but this is no functional regression from the existing code. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index af5d8cd18d..e7d8cdd315 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -149,6 +149,7 @@ config ARCH_TEGRA
select HAS_DEBUG_LL
select BUILTIN_DTB
select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
select CLKDEV_LOOKUP
select GPIOLIB
select GPIO_TEGRA