This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] si4713: fix Kconfig dependencies
Author:  Hans Verkuil <[email protected]>
Date:    Mon Feb 10 05:52:54 2014 -0300

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

Signed-off-by: Hans Verkuil <[email protected]>
Reported-by: Paul Bolle <[email protected]>
Reported-by: Richard Weinberger <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/radio/si4713/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=08debc1701ae31439f9d72ad497165b72e1b1ba4

diff --git a/drivers/media/radio/si4713/Kconfig 
b/drivers/media/radio/si4713/Kconfig
index a7c3ba8..9c8b887 100644
--- a/drivers/media/radio/si4713/Kconfig
+++ b/drivers/media/radio/si4713/Kconfig
@@ -1,7 +1,7 @@
 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.

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to