Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] ts2020: use customise option correctly

The Kconfig entry for "TS2020 based tuners" defaults to modular if
DVB_FE_CUSTOMISE is set. But that Kconfig symbol was replaced with
MEDIA_SUBDRV_AUTOSELECT as of v3.7. So use the new symbol. And negate
the logic, so we are in line with all the similar entries in this file.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Paul Bolle and committed by
Mauro Carvalho Chehab
d65fcbb0 5b38b0f8

+1 -1
+1 -1
drivers/media/dvb-frontends/Kconfig
··· 210 210 config DVB_TS2020 211 211 tristate "Montage Tehnology TS2020 based tuners" 212 212 depends on DVB_CORE && I2C 213 - default m if DVB_FE_CUSTOMISE 213 + default m if !MEDIA_SUBDRV_AUTOSELECT 214 214 help 215 215 A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner. 216 216