From: Peter Rosin Date: Tue, 1 Aug 2017 13:16:21 +0000 (+0200) Subject: i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fabf08a0cd63ce39287646ceea10ac34781418f4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support It simplifies some tests. Signed-off-by: Peter Rosin --- 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 &