diff options
author | Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com> | 2009-11-29 10:09:37 -0600 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:41 +0100 |
commit | 66569dabd047718edd6ec5e02e6624e9d258cd40 (patch) | |
tree | a08e99afc9e416d4bbc0d505d9f27f9ce60bfcc4 /arch/arm/plat-mxc/Kconfig | |
parent | 8acdd3ce83b6f6817eff256a3fbe75f2413af6d5 (diff) |
ENGR00088305: Add DVFS-PER support
Added support for DVFS-PER for both MX37 and MX51.
Signed-off-by: Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index e09407b66a5e..45bd4b79187b 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig @@ -181,4 +181,10 @@ config ARCH_HAS_RNGC config ARCH_MXC_IOMUX_V3 bool + +config MXC_DVFS_PER + bool "Enable DVFS Peripheral" + depends on ARCH_MX37 || ARCH_MX51 + help + Select this if you want to enable HW supported peripheral frequency scaling. endif |