aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-04-05 11:20:02 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-04-07 08:39:51 -0400
commitaa81d5e2d32a0bc9bfa3ede61a23281689834039 (patch)
treeabc37cac358a44b5e9b6ced3eee3a174f2c0011b /drivers/media
parent7d3c8e8f749ac3237be6253d5b6f86f7f1a8467c (diff)
[media] drx-j: use customise option correctly
The Kconfig entry for "Micronas DRX-J demodulator" 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, because MEDIA_SUBDRV_AUTOSELECT's logic is the opposite of the former logic. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/Kconfig b/drivers/media/dvb-frontends/drx39xyj/Kconfig
index 15628eb5cf0c..6c2ccb6a506b 100644
--- a/drivers/media/dvb-frontends/drx39xyj/Kconfig
+++ b/drivers/media/dvb-frontends/drx39xyj/Kconfig
@@ -1,7 +1,7 @@
1config DVB_DRX39XYJ 1config DVB_DRX39XYJ
2 tristate "Micronas DRX-J demodulator" 2 tristate "Micronas DRX-J demodulator"
3 depends on DVB_CORE && I2C 3 depends on DVB_CORE && I2C
4 default m if DVB_FE_CUSTOMISE 4 default m if !MEDIA_SUBDRV_AUTOSELECT
5 help 5 help
6 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 6 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
7 to support this frontend. 7 to support this frontend.