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

Commit ce48d5ec authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (4804): Fix missing i2c dependency for saa7110



drivers/media/video/saa7110.c:112: undefined reference to `i2c_master_send'
drivers/built-in.o: In function `saa7110_read':
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'
drivers/media/video/saa7110.c:130: undefined reference to `i2c_smbus_read_byte'

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent ff97d93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -186,7 +186,7 @@ config VIDEO_KS0127


config VIDEO_SAA7110
config VIDEO_SAA7110
	tristate "Philips SAA7110 video decoder"
	tristate "Philips SAA7110 video decoder"
	depends on VIDEO_V4L1
	depends on VIDEO_V4L1 && I2C
	---help---
	---help---
	  Support for the Philips SAA7110 video decoders.
	  Support for the Philips SAA7110 video decoders.