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

Commit 08debc17 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] si4713: fix Kconfig dependencies



The SI4713 select should be I2C_SI4713 and the USB driver needs to depend on
I2C as well.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Reported-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Reported-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 8432164d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
config USB_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
	depends on USB && RADIO_SI4713
	select SI4713
	depends on USB && I2C && RADIO_SI4713
	select I2C_SI4713
	---help---
	  This is a driver for USB devices with the Silicon Labs SI4713
	  chip. Currently these devices are known to work.
@@ -16,7 +16,7 @@ config USB_SI4713
config PLATFORM_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
	depends on I2C && RADIO_SI4713
	select SI4713
	select I2C_SI4713
	---help---
	  This is a driver for I2C devices with the Silicon Labs SI4713
	  chip.