From: Vladimir Barinov Date: Tue, 16 Apr 2013 23:03:45 +0000 (+0400) Subject: ARM: shmobile: bockw: enable CONFIG_PM_RUNTIME in defconfig X-Git-Tag: firefly_0821_release~176^2~5839^2~4^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3308f0e7c9723f01a21cd727bd2e46d5f2af6358;p=firefly-linux-kernel-4.4.55.git ARM: shmobile: bockw: enable CONFIG_PM_RUNTIME in defconfig Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI, I2C, and Ether drivers to control the clocks... Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig index 2c3f34e360c0..a4bc76d2c24a 100644 --- a/arch/arm/configs/bockw_defconfig +++ b/arch/arm/configs/bockw_defconfig @@ -31,6 +31,7 @@ CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp" CONFIG_CMDLINE_FORCE=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_SUSPEND is not set +CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_UNIX=y CONFIG_INET=y