Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91401783 authored by Ben Dooks's avatar Ben Dooks Committed by Wolfram Sang
Browse files

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: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 5136ed4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.