From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 29 Jun 2012 06:04:08 -0700 Subject: [PATCH] ARM: OMAP2+: fix CONFIG_CPU_IDLE dependency on CONFIG_PM In-Reply-To: <1340901914-771-1-git-send-email-khilman@ti.com> References: <1340901914-771-1-git-send-email-khilman@ti.com> Message-ID: <20120629130407.GF4202@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Kevin Hilman [120628 09:49]: > commit 164e0cbf60 (ARM: OMAP3/4: consolidate cpuidle Makefile) added > an OMAP-specific dependency from CPU_IDLE to CONFIG_PM. This causes > some randconfig warnings when CONFIG_PM has unmet dependencies: > > warning: (ARCH_OMAP3 && ARCH_OMAP4) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) > warning: (ARCH_OMAP3 && ARCH_OMAP4) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) > warning: (ARCH_OMAP3 && ARCH_OMAP4) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) > > Fix this by making the dependency on CONFIG_PM_RUNTIME (which in turn > will enable CONFIG_PM.) > > Reported-by: Tony Lindgren > Cc: Daniel Lezcano > Signed-off-by: Kevin Hilman > --- > Tony, this fixes the randconfig problems you mentioned. It applies on > top of your testing-board branch, where the commit that introduced this > problem is applied. Thanks applying into fixes-non-critical. The warning is there already in fixes-non-critical, testing-board was just based on that. Tony