]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap: don't select TPS65010
authorArnd Bergmann <arnd@arndb.de>
Thu, 5 Jun 2014 21:14:40 +0000 (23:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 12 Jun 2014 08:51:01 +0000 (10:51 +0200)
commit1fe7790640997c6b6179c7bddce17c1a183d2ef9
treebafe61504c1091f1ad6c7329b270312da511d155
parentd98378055d365cbf89f347b14887c512486151f5
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 <arnd@arndb.de>
Cc: linux-omap@vger.kernel.org
Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig