Commit fabf08a0 authored by Peter Rosin's avatar Peter Rosin

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

It simplifies some tests.
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
parent 234fa0ad
......@@ -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 &
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment