diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-03-19 15:52:45 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-26 14:20:17 +0000 |
commit | 1422731dbc14063fc7083cb090108c0d95267361 (patch) | |
tree | e0e2bd85c768f78d1c17b8f38c262a2df660d947 /drivers/mfd/Kconfig | |
parent | 5d5a7bffd02863a526abad7700c18b96d4cae19e (diff) | |
download | linux-1422731dbc14063fc7083cb090108c0d95267361.tar.gz linux-1422731dbc14063fc7083cb090108c0d95267361.tar.bz2 linux-1422731dbc14063fc7083cb090108c0d95267361.zip |
mfd: tc3589x: Enforce device-tree only mode
All systems using the TC3589x multifunction expander uses
devicetree, so don't clutter the place with a lot of
and assume it is there.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 5e68fdef64e7..ba097f7ce26f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1260,6 +1260,7 @@ config MFD_TIMBERDALE config MFD_TC3589X bool "Toshiba TC35892 and variants" depends on I2C=y + depends on OF select MFD_CORE help Support for the Toshiba TC35892 and variants I/O Expander. |