From 59451bade2f3d913d6c45061f329a42da12193eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=99=88=E4=BA=AE?= Date: Tue, 1 Apr 2014 05:38:37 -0700 Subject: [PATCH] pm_tests: select WATCHDOG when pm_tests is select to fix compile error --- arch/arm/mach-rockchip/Kconfig | 1 + 1 file changed, 1 insertion(+) 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" -- 2.34.1