]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] ts2020: use customise option correctly
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 11 Mar 2013 14:31:39 +0000 (11:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 17:11:12 +0000 (14:11 -0300)
commitd65fcbb0007bd8f0bcb93d1acd7970eea2aa06fc
tree1c9ee23cfbb2b393b2df73b0d453c9e6703280d6
parent5b38b0f88d28bd1b492fe225b6d401b2e51fd8cc
[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>
drivers/media/dvb-frontends/Kconfig