From: Arnd Bergmann Date: Thu, 5 Jun 2014 21:14:40 +0000 (+0200) Subject: mmc: omap: don't select TPS65010 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a549fcda819b69b349a03e6a9300139ab234a9;p=pandora-kernel.git mmc: omap: don't select TPS65010 The MMC host driver should not select the pmic driver, since that may have other dependencies, notably i2c in this case. It's not clear what the exact requirement of the driver is, but to preserve the behavior, this patch changes the 'select' into 'depends on', meaning you now have to turn on TPS65010 explicitly and then MMC_OMAP. Found during randconfig build testing. Signed-off-by: Arnd Bergmann Cc: linux-omap@vger.kernel.org Cc: Jarkko Nikula Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed