diff mbox

[2/2] tlg2300: Fix media dependencies

Message ID 1242d0830a5a384155efaaf84325d342a078aca4.1419354167.git.mchehab@osg.samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mauro Carvalho Chehab Dec. 23, 2014, 5:02 p.m. UTC
Changeset ea2e813e8cc3 moved the driver to staging, but it forgot to
preserve the existing dependency.

Fixes: ea2e813e8cc3 ("[media] tlg2300: move to staging in preparation for removal")
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Comments

Hans Verkuil Dec. 23, 2014, 5:12 p.m. UTC | #1
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

On 12/23/2014 06:02 PM, Mauro Carvalho Chehab wrote:
> Changeset ea2e813e8cc3 moved the driver to staging, but it forgot to
> preserve the existing dependency.
> 
> Fixes: ea2e813e8cc3 ("[media] tlg2300: move to staging in preparation for removal")
> Cc: Hans Verkuil <hverkuil@xs4all.nl>
> Cc: Jim Davis <jim.epost@gmail.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
> 
> diff --git a/drivers/staging/media/tlg2300/Kconfig b/drivers/staging/media/tlg2300/Kconfig
> index 81784c6f7b88..77d8753f6ba4 100644
> --- a/drivers/staging/media/tlg2300/Kconfig
> +++ b/drivers/staging/media/tlg2300/Kconfig
> @@ -1,6 +1,7 @@
>  config VIDEO_TLG2300
>  	tristate "Telegent TLG2300 USB video capture support (Deprecated)"
>  	depends on VIDEO_DEV && I2C && SND && DVB_CORE
> +	depends on MEDIA_USB_SUPPORT
>  	select VIDEO_TUNER
>  	select VIDEO_TVEEPROM
>  	depends on RC_CORE
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/staging/media/tlg2300/Kconfig b/drivers/staging/media/tlg2300/Kconfig
index 81784c6f7b88..77d8753f6ba4 100644
--- a/drivers/staging/media/tlg2300/Kconfig
+++ b/drivers/staging/media/tlg2300/Kconfig
@@ -1,6 +1,7 @@ 
 config VIDEO_TLG2300
 	tristate "Telegent TLG2300 USB video capture support (Deprecated)"
 	depends on VIDEO_DEV && I2C && SND && DVB_CORE
+	depends on MEDIA_USB_SUPPORT
 	select VIDEO_TUNER
 	select VIDEO_TVEEPROM
 	depends on RC_CORE