mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
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:
parent
234fa0ad4e
commit
fabf08a0cd
@ -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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user