summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKevin Hilman2009-03-21 01:29:01 +0100
committerKevin Hilman2009-04-23 18:31:00 +0200
commitc5b736d093217890245a33e9a98fe92d6f3529bf (patch)
tree387755844593ae99cdc38b4556d775a100cde7da /arch/arm/Kconfig
parentdavinci: add runtime CPU detection support (diff)
downloadkernel-qcow2-linux-c5b736d093217890245a33e9a98fe92d6f3529bf.tar.gz
kernel-qcow2-linux-c5b736d093217890245a33e9a98fe92d6f3529bf.tar.xz
kernel-qcow2-linux-c5b736d093217890245a33e9a98fe92d6f3529bf.zip
davinci: major rework of clock, PLL, PSC infrastructure
This is a significant rework of the low-level clock, PLL and Power Sleep Controller (PSC) implementation for the DaVinci family. The primary goal is to have better modeling if the hardware clocks and features with the aim of DVFS functionality. Highlights: - model PLLs and all PLL-derived clocks - model parent/child relationships of PLLs and clocks - convert to new clkdev layer - view clock frequency and refcount via /proc/davinci_clocks Special thanks to significant contributions and testing by David Brownell. Cc: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
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 bb57f35e7683..cfd99649ad85 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -586,6 +586,7 @@ config ARCH_DAVINCI
select HAVE_CLK
select ZONE_DMA
select HAVE_IDE
+ select COMMON_CLKDEV
help
Support for TI's DaVinci platform.