summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorNishanth Menon2010-12-09 16:13:46 +0100
committerKevin Hilman2010-12-21 23:30:40 +0100
commitfd1478cd61624479c89e35602925459d74505ff3 (patch)
tree32b0a0f75e0b8ec47200b2f227924f3a37490873 /arch/arm/mach-omap2/Kconfig
parentMerge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linus (diff)
downloadkernel-qcow2-linux-fd1478cd61624479c89e35602925459d74505ff3.tar.gz
kernel-qcow2-linux-fd1478cd61624479c89e35602925459d74505ff3.tar.xz
kernel-qcow2-linux-fd1478cd61624479c89e35602925459d74505ff3.zip
omap: opp: add OMAP3 OPP table data and common init
Add OPP data for OMAP34xx and OMAP36xx and initialization functions to populate OPP tables based on current SoC. introduce an OMAP generic opp initialization routine which OMAP3 and OMAP4+ SoCs can use to register their OPP definitions. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 92b004ba5a10..e752cb397ba7 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -35,6 +35,8 @@ config ARCH_OMAP3
select CPU_V7
select USB_ARCH_HAS_EHCI
select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
+ select ARCH_HAS_OPP
+ select PM_OPP if PM
config ARCH_OMAP4
bool "TI OMAP4"