diff options
author | Peter Rosin <peda@axentia.se> | 2017-05-21 18:48:07 +0200 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-08-14 11:54:17 +0200 |
commit | c4aee3e1b0de8e732fafd0d13e75ab7bdbc606ef (patch) | |
tree | e6455a1f72a65ec0adce62c468660a0b710e8252 /drivers/i2c/muxes/Kconfig | |
parent | 26b1083b4545ec08a7dcfe759323a2e142d60d75 (diff) |
i2c: mux: pinctrl: remove platform_data
No platform (at least no upstreamed platform) has ever used this
platform_data. Just drop it and simplify the code.
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'drivers/i2c/muxes/Kconfig')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 2c64d0e0740f..1bba95ecc7c0 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -76,6 +76,7 @@ config I2C_MUX_PCA954x config I2C_MUX_PINCTRL tristate "pinctrl-based I2C multiplexer" depends on PINCTRL + depends on OF || COMPILE_TEST help If you say yes to this option, support will be included for an I2C multiplexer that uses the pinctrl subsystem, i.e. pin multiplexing. |