From: 陈亮 Date: Tue, 1 Apr 2014 12:38:37 +0000 (-0700) Subject: pm_tests: select WATCHDOG when pm_tests is select to fix compile error X-Git-Tag: firefly_0821_release~5655 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59451bade2f3d913d6c45061f329a42da12193eb;p=firefly-linux-kernel-4.4.55.git pm_tests: select WATCHDOG when pm_tests is select to fix compile error --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 6fe6ad0ff4e2..e89bc5bc6c60 100755 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -65,6 +65,7 @@ config RK_PM_TESTS bool "/sys/pm_tests/ support" default n select DVFS + select WATCHDOG config RK_VPU tristate "VPU (Video Processing Unit) service driver in kernel"