提交 fabf08a0 编写于 作者: P Peter Rosin

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

It simplifies some tests.
Signed-off-by: NPeter Rosin <peda@axentia.se>
上级 234fa0ad
...@@ -8,7 +8,7 @@ menu "Multiplexer I2C Chip support" ...@@ -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 &
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册