diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 10:06:59 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 10:06:59 +0200 |
commit | 8e5b5d75e9d0a6d75e554047ad5c8d2c935447d4 (patch) | |
tree | 8b56c9bf661f7e8d5443bab21ed729eb76fc4315 /drivers/media/Kconfig | |
parent | 9393d050c860a8f03f1e04d380653d23c7911c90 (diff) |
media: Kconfig: DVB support should be enabled for Digital TV
As we reverted changeset 85f7cd3a2aad ("Revert "media: Kconfig: better support hybrid TV devices""),
we should add a default to DVB_CORE, as otherwise DVB support won't work.
Fixes: 85f7cd3a2aad ("Revert "media: Kconfig: better support hybrid TV devices"")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 836c2be6c522..e8bd354a0f75 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -203,6 +203,7 @@ config DVB_CORE tristate depends on MEDIA_DIGITAL_TV_SUPPORT depends on (I2C || I2C=n) + default MEDIA_DIGITAL_TV_SUPPORT select CRC32 help Enables the DVB API, used by Digital TV devices. Supports several |