diff options
author | Peter Rosin <peda@axentia.se> | 2017-08-01 15:16:21 +0200 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-08-22 08:37:03 +0200 |
commit | fabf08a0cd63ce39287646ceea10ac34781418f4 (patch) | |
tree | 12107e878173c9ba02ebd812affdad06049f2bea /drivers/i2c | |
parent | 234fa0ad4e9d49282391b7f9afa65d2482a2c5d0 (diff) | |
download | linux-fabf08a0cd63ce39287646ceea10ac34781418f4.tar.bz2 |
i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support
It simplifies some tests.
Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 1bba95ecc7c0..55a10946abb6 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -8,7 +8,7 @@ menu "Multiplexer I2C Chip support" config I2C_ARB_GPIO_CHALLENGE tristate "GPIO-based I2C arbitration" depends on GPIOLIB || COMPILE_TEST - depends on OF + depends on OF || COMPILE_TEST help If you say yes to this option, support will be included for an I2C multimaster arbitration scheme using GPIOs and a challenge & |