diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2013-12-09 11:05:39 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 08:28:04 +0000 |
commit | fcfccdb22f340f9ae354f39793c206c7ead190dd (patch) | |
tree | b1432a5986668e1c93b0b59a3e7c1c345ffa7313 /drivers/mfd/Kconfig | |
parent | ea0f8b0b67ba4c55fef154904bf50579d2039695 (diff) | |
download | op-kernel-dev-fcfccdb22f340f9ae354f39793c206c7ead190dd.zip op-kernel-dev-fcfccdb22f340f9ae354f39793c206c7ead190dd.tar.gz |
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/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1c2a389..58ed055 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 |