From: Javier Martinez Canillas Date: Wed, 19 Aug 2015 11:19:56 +0000 (+0200) Subject: mfd: cros_ec: Remove CROS_EC_PROTO dependency for SPI and I2C drivers X-Git-Tag: omap-for-v4.3/fixes-rc1~93^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da935c0b6eeeac16de0a82cc1152fb0a9b5a11ef;p=pandora-kernel.git mfd: cros_ec: Remove CROS_EC_PROTO dependency for SPI and I2C drivers The ChromeOS EC SPI and I2C transport drivers depends 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 these drivers already depend on MFD_CROS_EC and that config option already selects CROS_EC_PROTO, there is no need to make them explicitly depend on CROS_EC_PROTO since that dependency is already met. Signed-off-by: Javier Martinez Canillas Signed-off-by: Lee Jones --- Reading git-diff-tree failed