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 15:20:17 +0100 |
commit | 1422731dbc14063fc7083cb090108c0d95267361 (patch) | |
tree | e0e2bd85c768f78d1c17b8f38c262a2df660d947 /drivers/gpio/Kconfig | |
parent | mfd: mc13xxx-core: %pF is only for function pointers (diff) | |
download | linux-1422731dbc14063fc7083cb090108c0d95267361.tar.xz 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/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c1e2ca3d9a51..dc1aaa83a347 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -669,6 +669,7 @@ config GPIO_STP_XWAY config GPIO_TC3589X bool "TC3589X GPIOs" depends on MFD_TC3589X + depends on OF_GPIO select GPIOLIB_IRQCHIP help This enables support for the GPIOs found on the TC3589X |