aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-11 11:31:39 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 14:11:12 -0300
commitd65fcbb0007bd8f0bcb93d1acd7970eea2aa06fc (patch)
tree1c9ee23cfbb2b393b2df73b0d453c9e6703280d6 /drivers/media/dvb-frontends/Kconfig
parent[media] media: tvp514x: enable TVP514X for media controller based usage (diff)
downloadlinux-dev-d65fcbb0007bd8f0bcb93d1acd7970eea2aa06fc.tar.xz
linux-dev-d65fcbb0007bd8f0bcb93d1acd7970eea2aa06fc.zip
[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>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r--drivers/media/dvb-frontends/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index 6f809a70c78e..0e2ec6f73b05 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -210,7 +210,7 @@ config DVB_SI21XX
config DVB_TS2020
tristate "Montage Tehnology TS2020 based tuners"
depends on DVB_CORE && I2C
- default m if DVB_FE_CUSTOMISE
+ default m if !MEDIA_SUBDRV_AUTOSELECT
help
A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner.