[2/2] tlg2300: Fix media dependencies
Commit Message
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
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
@@ -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