diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-11-27 14:33:28 +0530 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-01-04 12:21:25 +0530 |
commit | a1504227dafcf1b7cafb02a3156279c408564f0c (patch) | |
tree | f126225cb5b52329dfe0c499ec368ff47ba9f9bb /arch/arm/configs/da8xx_omapl_defconfig | |
parent | 3023ebf427399e3abbb21059578e7a67778bab2d (diff) |
ARM: davinci: defconfig: enable pm_runtime
PM_RUNTIME is supported on DaVinci since v3.6. Enable it
by default now.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs/da8xx_omapl_defconfig')
-rw-r--r-- | arch/arm/configs/da8xx_omapl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig index d1d0b4716504..6b36a5ae03c2 100644 --- a/arch/arm/configs/da8xx_omapl_defconfig +++ b/arch/arm/configs/da8xx_omapl_defconfig @@ -36,6 +36,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=m CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_IDLE=y +CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |