From: Ben Dooks Date: Wed, 6 Jul 2016 20:17:05 +0000 (+0100) Subject: i2c: meson: allow build with COMPILE_TEST X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=914017836afb6aff86afdf819cb270944e89c2ac;p=linux-beck.git i2c: meson: allow build with COMPILE_TEST This driver should be buildable with COMPILE_TEST so add this to the dependency for it. Signed-off-by: Ben Dooks Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b4b6cb067457..4cefc6617892 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -638,7 +638,7 @@ config I2C_LPC2K config I2C_MESON tristate "Amlogic Meson I2C controller" - depends on ARCH_MESON + depends on ARCH_MESON || COMPILE_TEST help If you say yes to this option, support will be included for the I2C interface on the Amlogic Meson family of SoCs.