i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support

It simplifies some tests.

Signed-off-by: Peter Rosin <peda@axentia.se>
This commit is contained in:
Peter Rosin 2017-08-01 15:16:21 +02:00
parent 234fa0ad4e
commit fabf08a0cd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ menu "Multiplexer I2C Chip support"
config I2C_ARB_GPIO_CHALLENGE config I2C_ARB_GPIO_CHALLENGE
tristate "GPIO-based I2C arbitration" tristate "GPIO-based I2C arbitration"
depends on GPIOLIB || COMPILE_TEST depends on GPIOLIB || COMPILE_TEST
depends on OF depends on OF || COMPILE_TEST
help help
If you say yes to this option, support will be included for an If you say yes to this option, support will be included for an
I2C multimaster arbitration scheme using GPIOs and a challenge & I2C multimaster arbitration scheme using GPIOs and a challenge &