Commit 8e5b5d75 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: Kconfig: DVB support should be enabled for Digital TV

As we reverted changeset 85f7cd3a ("Revert "media: Kconfig: better support hybrid TV devices""),
we should add a default to DVB_CORE, as otherwise DVB support won't work.

Fixes: 85f7cd3a ("Revert "media: Kconfig: better support hybrid TV devices"")
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 9393d050
...@@ -203,6 +203,7 @@ config DVB_CORE ...@@ -203,6 +203,7 @@ config DVB_CORE
tristate tristate
depends on MEDIA_DIGITAL_TV_SUPPORT depends on MEDIA_DIGITAL_TV_SUPPORT
depends on (I2C || I2C=n) depends on (I2C || I2C=n)
default MEDIA_DIGITAL_TV_SUPPORT
select CRC32 select CRC32
help help
Enables the DVB API, used by Digital TV devices. Supports several Enables the DVB API, used by Digital TV devices. Supports several
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment