]> git.baikalelectronics.ru Git - kernel.git/commit
platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTO
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 19 Aug 2015 11:19:55 +0000 (13:19 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 7 Oct 2015 21:34:26 +0000 (14:34 -0700)
commit2b2bae6b1d77884ee394c95438341cf847ea3502
tree0cfb41b685ca2c587b880e3364c3c27ece298b42
parent71477b3f8a94024a11e546014a8f36644cbe8508
platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTO

The ChromeOS EC LPC and chardev drivers depend on CROS_EC_PROTO but
MFD_CROS_EC select CROS_EC_PROTO instead. Mixing select and depends
on is bad practice as it may lead to circular Kconfig dependencies.

Since the platform devices that are matched with these drivers are
registered by the ChromeOS EC mfd driver, they really depend on
MFD_CROS_EC. And because this config option selects CROS_EC_PROTO,
that dependency is met as well. So make the drivers to depend on
MFD_CROS_EC instead of CROS_EC_PROTO.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/platform/chrome/Kconfig