From: Pankaj Dubey Date: Mon, 17 Nov 2014 06:12:44 +0000 (+0530) Subject: PM: Kconfig: fix unmet dependency for CPU_PM X-Git-Tag: omap-for-v3.20/drop-legacy-3517~133^2~4^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3dcd042c328891a61cd69ee5a1f15a59facd1b;p=pandora-kernel.git PM: Kconfig: fix unmet dependency for CPU_PM If BL_SWITCHER is enabled but SUSPEND and CPU_IDLE is not enabled we are getting following config warning. warning: (BL_SWITCHER) selects CPU_PM which has unmet direct dependencies (SUSPEND || CPU_IDLE) It has been noticed that CPU_PM dependencies in this file are not really required so let's remove these dependencies from CPU_PM. Signed-off-by: Pankaj Dubey Acked-by: Nicolas Pitre Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed