]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: cros ec: spi: Depend on OF
authorThierry Reding <thierry.reding@gmail.com>
Mon, 9 Dec 2013 10:05:39 +0000 (11:05 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 9 Dec 2013 10:35:05 +0000 (10:35 +0000)
commit15eb2cd7422136d7bb1b16e543360cb04a0c3334
treeb99b4c751c484ae7926f1e81386c5f415a037bd5
parentfedd8b65080154ab38215495a7174b738c0fd7a7
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>
drivers/mfd/Kconfig