aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/Kconfig
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-05-21 18:48:07 +0200
committerPeter Rosin <peda@axentia.se>2017-08-14 11:54:17 +0200
commitc4aee3e1b0de8e732fafd0d13e75ab7bdbc606ef (patch)
treee6455a1f72a65ec0adce62c468660a0b710e8252 /drivers/i2c/muxes/Kconfig
parenti2c: mux: mlxcpld: move header file out of I2C realm (diff)
downloadlinux-dev-c4aee3e1b0de8e732fafd0d13e75ab7bdbc606ef.tar.xz
linux-dev-c4aee3e1b0de8e732fafd0d13e75ab7bdbc606ef.zip
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/Kconfig1
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.