aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-09 11:05:39 +0100
committerLee Jones <lee.jones@linaro.org>2014-01-21 08:28:04 +0000
commitfcfccdb22f340f9ae354f39793c206c7ead190dd (patch)
treeb1432a5986668e1c93b0b59a3e7c1c345ffa7313 /drivers/mfd
parentea0f8b0b67ba4c55fef154904bf50579d2039695 (diff)
mfd: cros ec: spi: Depend on OF
The driver is not used on any non-DT platform, so it can depend on the OF Kconfig symbol to make that explicit. This is in preparation of a subsequent patch which parses some parameters from the device tree and would otherwise have to conditionalize that code. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1c2a389e6dc2..58ed055c1c08 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -80,7 +80,7 @@ config MFD_CROS_EC_I2C
config MFD_CROS_EC_SPI
tristate "ChromeOS Embedded Controller (SPI)"
- depends on MFD_CROS_EC && SPI
+ depends on MFD_CROS_EC && SPI && OF
---help---
If you say Y here, you get support for talking to the ChromeOS EC